- 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:
@@ -531,6 +531,8 @@ class AlignUI:
|
||||
grid2.addWidget(self.a_type_lbl, 0, 0, 1, 2)
|
||||
grid2.addWidget(self.a_type_radio, 2, 0, 1, 2)
|
||||
|
||||
# FCGridLayout.set_common_column_size([grid0, grid1, grid2], 0, FCLabel)
|
||||
|
||||
# Buttons
|
||||
self.align_object_button = FCButton(_("Align Object"))
|
||||
self.align_object_button.setIcon(QtGui.QIcon(self.app.resource_location + '/align16.png'))
|
||||
|
||||
Reference in New Issue
Block a user