- on Coppper Thieving Plugin some UI updates
- updated the GCGridLayout GUi element to automatically stretch the first column but offered also configuration; updated the use throughout the app
This commit is contained in:
@@ -770,8 +770,6 @@ class QRcodeUI:
|
||||
|
||||
# ## Grid Layout
|
||||
i_grid_lay = FCGridLayout(v_spacing=5, h_spacing=3)
|
||||
i_grid_lay.setColumnStretch(0, 0)
|
||||
i_grid_lay.setColumnStretch(1, 1)
|
||||
self.tools_box.addLayout(i_grid_lay)
|
||||
|
||||
self.grb_object_combo = FCComboBox()
|
||||
@@ -803,8 +801,6 @@ class QRcodeUI:
|
||||
|
||||
# Grid Layout
|
||||
grid0 = FCGridLayout(v_spacing=5, h_spacing=3)
|
||||
grid0.setColumnStretch(0, 0)
|
||||
grid0.setColumnStretch(1, 1)
|
||||
tq_frame.setLayout(grid0)
|
||||
|
||||
self.text_data = FCTextArea()
|
||||
@@ -833,8 +829,6 @@ class QRcodeUI:
|
||||
|
||||
# ## Grid Layout
|
||||
grid1 = FCGridLayout(v_spacing=5, h_spacing=3)
|
||||
grid1.setColumnStretch(0, 0)
|
||||
grid1.setColumnStretch(1, 1)
|
||||
p_frame.setLayout(grid1)
|
||||
|
||||
# VERSION #
|
||||
@@ -948,8 +942,6 @@ class QRcodeUI:
|
||||
self.tools_box.addWidget(self.export_frame)
|
||||
|
||||
self.export_lay = FCGridLayout(v_spacing=5, h_spacing=3)
|
||||
self.export_lay.setColumnStretch(0, 0)
|
||||
self.export_lay.setColumnStretch(1, 1)
|
||||
self.export_frame.setLayout(self.export_lay)
|
||||
|
||||
# default is hidden
|
||||
|
||||
Reference in New Issue
Block a user