- multiple UI changes in Preferences

- UI changes in the Paint Plugin
This commit is contained in:
Marius Stanciu
2021-09-25 21:08:15 +03:00
committed by Marius
parent 0fa01e760a
commit 08d3a580ac
42 changed files with 762 additions and 628 deletions

View File

@@ -849,7 +849,7 @@ class DsidedUI:
{'label': 'X', 'value': 'X'},
{'label': 'Y', 'value': 'Y'}
],
stretch=True
compact=True
)
grid_mirror.addWidget(self.mirax_label, 2, 0)
@@ -876,7 +876,7 @@ class DsidedUI:
{'label': _('Box'), 'value': 'box'},
{'label': _('Snap'), 'value': 'hole'},
],
stretch=True
compact=True
)
grid_mirror.addWidget(self.axloc_label, 4, 0)
@@ -1048,7 +1048,7 @@ class DsidedUI:
{'label': 'X', 'value': 'X'},
{'label': 'Y', 'value': 'Y'}
],
stretch=True
compact=True
)
grid4.addWidget(self.align_ax_label, 4, 0)