Menu icons location changes restored and will be addressed in future update with better mechanism. FCLabel calls updated where possible based on new method parameters
This commit is contained in:
@@ -901,7 +901,7 @@ class SubUI:
|
||||
geo_grid = GLay(v_spacing=5, h_spacing=3)
|
||||
geo_frame.setLayout(geo_grid)
|
||||
|
||||
self.geo_title = FCLabel("<b>%s</b>" % _("GEOMETRY"))
|
||||
self.geo_title = FCLabel('%s' % _("GEOMETRY"), bold=True)
|
||||
self.tools_box.addWidget(self.geo_title)
|
||||
|
||||
# Target Geometry Object
|
||||
|
||||
Reference in New Issue
Block a user