- 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:
@@ -79,8 +79,6 @@ class BookmarkManager(QtWidgets.QWidget):
|
||||
new_vlay.addWidget(new_title_lbl)
|
||||
|
||||
grid0 = FCGridLayout(v_spacing=5, h_spacing=3)
|
||||
grid0.setColumnStretch(0, 0)
|
||||
grid0.setColumnStretch(1, 1)
|
||||
new_vlay.addLayout(grid0)
|
||||
|
||||
title_lbl = FCLabel('%s:' % _("Title"))
|
||||
|
||||
Reference in New Issue
Block a user