File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
io.sloeber.ui/src/io/sloeber/ui/project/properties Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -248,11 +248,6 @@ public void handleEvent(Event e) {
248
248
myControlBoardsTxtFile .addListener (SWT .Modify , myBoardFileModifyListener );
249
249
250
250
enableControls ();
251
- Dialog .applyDialogFont (myComposite );
252
- myScrolledComposite .setContent (myComposite );
253
- Point point = myComposite .computeSize (SWT .DEFAULT , SWT .DEFAULT );
254
- myScrolledComposite .setMinSize (point );
255
-
256
251
}
257
252
258
253
private static String tidyUpLength (String longName ) {
@@ -296,6 +291,8 @@ protected void enableControls() {
296
291
for (LabelCombo curLabelCombo : myBoardOptionCombos ) {
297
292
curLabelCombo .setVisible (true );
298
293
}
294
+ Dialog .applyDialogFont (myComposite );
295
+ myScrolledComposite .setContent (myComposite );
299
296
Point point = myComposite .computeSize (SWT .DEFAULT , SWT .DEFAULT );
300
297
myScrolledComposite .setMinSize (point );
301
298
}
You can’t perform that action at this time.
0 commit comments