- minor layout change in Preferences -> Geometry
This commit is contained in:
committed by
Marius Stanciu
parent
b91bd36055
commit
98597d9834
@@ -16,6 +16,7 @@ CHANGELOG for FlatCAM beta
|
|||||||
- fixed an error in the Subtract Plugin when working on Geometry objects
|
- fixed an error in the Subtract Plugin when working on Geometry objects
|
||||||
- fixed ParseFont such that the output of the Text Plugin in the Geometry Editor can now be painted using the Paint Plugin
|
- fixed ParseFont such that the output of the Text Plugin in the Geometry Editor can now be painted using the Paint Plugin
|
||||||
- fixed errors when using the new ... canvas context menu entries which crated a hard crash
|
- fixed errors when using the new ... canvas context menu entries which crated a hard crash
|
||||||
|
- minor layout change in Preferences -> Geometry
|
||||||
|
|
||||||
22.03.2021
|
22.03.2021
|
||||||
|
|
||||||
|
|||||||
@@ -38,11 +38,11 @@ class GeometryPreferencesUI(QtWidgets.QWidget):
|
|||||||
|
|
||||||
self.vlay = QtWidgets.QVBoxLayout()
|
self.vlay = QtWidgets.QVBoxLayout()
|
||||||
self.vlay.addWidget(self.geometry_opt_group)
|
self.vlay.addWidget(self.geometry_opt_group)
|
||||||
|
self.vlay.addWidget(self.geometry_adv_opt_group)
|
||||||
self.vlay.addWidget(self.geometry_exp_group)
|
self.vlay.addWidget(self.geometry_exp_group)
|
||||||
|
|
||||||
self.layout.addLayout(self.vlay)
|
self.layout.addLayout(self.vlay)
|
||||||
|
|
||||||
self.layout.addWidget(self.geometry_adv_opt_group)
|
|
||||||
self.layout.addWidget(self.geometry_editor_group)
|
self.layout.addWidget(self.geometry_editor_group)
|
||||||
|
|
||||||
self.layout.addStretch()
|
self.layout.addStretch()
|
||||||
|
|||||||
Reference in New Issue
Block a user