File tree 2 files changed +4
-16
lines changed
Loadable/Segmentations/Widgets/Resources/UI
2 files changed +4
-16
lines changed Original file line number Diff line number Diff line change 258
258
<item >
259
259
<widget class =" QGroupBox" name =" EffectsGroupBox" >
260
260
<property name =" sizePolicy" >
261
- <sizepolicy hsizetype =" Preferred" vsizetype =" Preferred " >
261
+ <sizepolicy hsizetype =" Preferred" vsizetype =" Maximum " >
262
262
<horstretch >0</horstretch >
263
263
<verstretch >0</verstretch >
264
264
</sizepolicy >
274
274
<item >
275
275
<widget class =" QGroupBox" name =" OptionsGroupBox" >
276
276
<property name =" sizePolicy" >
277
- <sizepolicy hsizetype =" Preferred" vsizetype =" Preferred " >
277
+ <sizepolicy hsizetype =" Preferred" vsizetype =" Maximum " >
278
278
<horstretch >0</horstretch >
279
279
<verstretch >0</verstretch >
280
280
</sizepolicy >
377
377
<item >
378
378
<widget class =" ctkCollapsibleGroupBox" name =" MaskingGroupBox" >
379
379
<property name =" sizePolicy" >
380
- <sizepolicy hsizetype =" Preferred" vsizetype =" Preferred " >
380
+ <sizepolicy hsizetype =" Preferred" vsizetype =" Maximum " >
381
381
<horstretch >0</horstretch >
382
382
<verstretch >0</verstretch >
383
383
</sizepolicy >
468
468
</layout >
469
469
</widget >
470
470
</item >
471
- <item >
472
- <spacer name =" verticalSpacer" >
473
- <property name =" orientation" >
474
- <enum >Qt::Vertical</enum >
475
- </property >
476
- <property name =" sizeHint" stdset =" 0" >
477
- <size >
478
- <width >20</width >
479
- <height >40</height >
480
- </size >
481
- </property >
482
- </spacer >
483
- </item >
484
471
</layout >
485
472
</widget >
486
473
<customwidgets >
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ def setup(self):
60
60
self .selectParameterNode ()
61
61
self .editor .setMRMLScene (slicer .mrmlScene )
62
62
self .layout .addWidget (self .editor )
63
+ self .layout .addStretch ()
63
64
64
65
# Observe editor effect registrations to make sure that any effects that are registered
65
66
# later will show up in the segment editor widget. For example, if Segment Editor is set
You can’t perform that action at this time.
0 commit comments