- minor UI changes

This commit is contained in:
Marius Stanciu
2020-05-27 00:36:10 +03:00
committed by Marius
parent c27a2d29e7
commit 66ceb5a360
6 changed files with 37 additions and 8 deletions

View File

@@ -177,14 +177,6 @@ class GeneralAPPSetGroupUI(OptionsGroupUI):
{'label': _('Landscape'), 'value': 'l'},
], stretch=False)
self.wks = OptionalInputSection(self.workspace_cb,
[
self.workspace_type_lbl,
self.wk_cb,
self.wk_orientation_label,
self.wk_orientation_radio
])
grid0.addWidget(self.wk_orientation_label, 8, 0)
grid0.addWidget(self.wk_orientation_radio, 8, 1)