mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Unified fonts in add answer placeholder panel
This commit is contained in:
+1
@@ -17,6 +17,7 @@ public class CCCreateAnswerPlaceholderPanel extends JPanel {
|
||||
myHintText.setLineWrap(true);
|
||||
myHintText.setWrapStyleWord(true);
|
||||
myHintText.setBorder(BorderFactory.createLineBorder(JBColor.border()));
|
||||
myHintText.setFont(myAnswerPlaceholderText.getFont());
|
||||
myAnswerPlaceholderText.grabFocus();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user