- multiple UI changes in Preferences
- UI changes in the Paint Plugin
This commit is contained in:
@@ -39,7 +39,7 @@ class Tools2CalPrefGroupUI(OptionsGroupUI):
|
||||
"- Free -> click freely on canvas to acquire the calibration points"))
|
||||
self.cal_source_radio = RadioSet([{'label': _('Object'), 'value': 'object'},
|
||||
{'label': _('Free'), 'value': 'free'}],
|
||||
stretch=False)
|
||||
compact=True)
|
||||
|
||||
grid_lay.addWidget(self.cal_source_lbl, 1, 0)
|
||||
grid_lay.addWidget(self.cal_source_radio, 1, 1, 1, 2)
|
||||
|
||||
Reference in New Issue
Block a user