- multiple UI changes in Preferences
- UI changes in the Paint Plugin
This commit is contained in:
@@ -101,7 +101,7 @@ class CNCJobGenPrefGroupUI(OptionsGroupUI):
|
||||
self.coords_type_radio = RadioSet([
|
||||
{"label": _("Absolute"), "value": "G90"},
|
||||
{"label": _("Incremental"), "value": "G91"}
|
||||
], orientation='vertical', stretch=False)
|
||||
], orientation='vertical', compact=True)
|
||||
grid0.addWidget(coords_type_label, 8, 0)
|
||||
grid0.addWidget(self.coords_type_radio, 8, 1)
|
||||
|
||||
|
||||
@@ -54,7 +54,7 @@ class CNCJobOptPrefGroupUI(OptionsGroupUI):
|
||||
{"label": _("All"), "value": "all"},
|
||||
{"label": _("Travel"), "value": "travel"},
|
||||
{"label": _("Cut"), "value": "cut"}
|
||||
], orientation='vertical', stretch=False)
|
||||
], orientation='vertical', compact=True)
|
||||
|
||||
grid0.addWidget(self.cncplot_method_label, 1, 0)
|
||||
grid0.addWidget(self.cncplot_method_radio, 1, 1)
|
||||
|
||||
Reference in New Issue
Block a user