- 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:
@@ -441,8 +441,6 @@ class AlignUI:
|
||||
|
||||
# Grid Layout
|
||||
grid0 = FCGridLayout(v_spacing=5, h_spacing=3)
|
||||
grid0.setColumnStretch(0, 0)
|
||||
grid0.setColumnStretch(1, 1)
|
||||
m_frame.setLayout(grid0)
|
||||
|
||||
# Type of object to be aligned
|
||||
@@ -482,8 +480,6 @@ class AlignUI:
|
||||
|
||||
# Grid Layout
|
||||
grid1 = FCGridLayout(v_spacing=5, h_spacing=3)
|
||||
grid1.setColumnStretch(0, 0)
|
||||
grid1.setColumnStretch(1, 1)
|
||||
d_frame.setLayout(grid1)
|
||||
|
||||
# Type of object to be aligned to = aligner
|
||||
@@ -517,8 +513,6 @@ class AlignUI:
|
||||
|
||||
# Grid Layout
|
||||
grid2 = FCGridLayout(v_spacing=5, h_spacing=3)
|
||||
grid2.setColumnStretch(0, 0)
|
||||
grid2.setColumnStretch(1, 1)
|
||||
par_frame.setLayout(grid2)
|
||||
|
||||
# Alignment Type
|
||||
|
||||
Reference in New Issue
Block a user