Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Intellij Community
Commits
7fe87723
Commit
7fe87723
authored
9 years ago
by
Ekaterina Tuzova
Browse files
Options
Download
Email Patches
Plain Diff
fixed EDU-193 New Task Window dialog is not resizable
parent
a86ea202
Branches unavailable
Tags unavailable
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
python/educational/course-creator/src/com/jetbrains/edu/coursecreator/ui/CCCreateAnswerPlaceholderPanel.java
+2
-0
.../edu/coursecreator/ui/CCCreateAnswerPlaceholderPanel.java
with
2 additions
and
0 deletions
+2
-0
python/educational/course-creator/src/com/jetbrains/edu/coursecreator/ui/CCCreateAnswerPlaceholderPanel.java
+
2
-
0
View file @
7fe87723
...
...
@@ -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
)
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help