Commit 7fe87723 authored by Ekaterina Tuzova's avatar Ekaterina Tuzova
Browse files

fixed EDU-193 New Task Window dialog is not resizable

parent a86ea202
Branches unavailable Tags unavailable
No related merge requests found
Showing with 2 additions and 0 deletions
+2 -0
......@@ -16,6 +16,8 @@ public class CCCreateAnswerPlaceholderPanel extends JPanel {
super(new BorderLayout());
add(myPanel, BorderLayout.CENTER);
enableHint(false);
myHintText.setLineWrap(true);
myHintText.setWrapStyleWord(true);
myCreateHintCheckBox.addItemListener(new ItemListener() {
@Override
public void itemStateChanged(ItemEvent e) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment