- fixed the FCGridLayout (in GUI elements) method that synchronize the column width for multiple grid layouts when the item on column is spanning multiple columns
This commit is contained in:
@@ -1369,7 +1369,7 @@ class PanelizeUI:
|
||||
self.separator_line.setFrameShadow(QtWidgets.QFrame.Shadow.Sunken)
|
||||
grid3.addWidget(self.separator_line, 10, 0, 1, 2)
|
||||
|
||||
# FCGridLayout.set_common_column_size([grid0, grid1, grid2, grid3], 0, FCLabel)
|
||||
FCGridLayout.set_common_column_size([grid0, grid1, grid2, grid3], 0)
|
||||
|
||||
# #############################################################################################################
|
||||
# Generate Panel Button
|
||||
|
||||
Reference in New Issue
Block a user