- in Copper Thieving Plugin more UI changes
- in GUI Elements the FCGridLayout has now a class method that allow adjusting column size in multiple grid layouts to the highest on that column; still work to d oto take care of the situation when widgets are spanning multiple cells
This commit is contained in:
@@ -1369,6 +1369,8 @@ 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)
|
||||
|
||||
# #############################################################################################################
|
||||
# Generate Panel Button
|
||||
# #############################################################################################################
|
||||
|
||||
Reference in New Issue
Block a user