- added some new strings for translation and updated the translation strings
- in ToolsDB2UI class made the vertical layouts have a preferred minimum dimension as opposed to the previous fixed one - in Geometry Object made sure that the Tools Table second column is set to Resize to contents
This commit is contained in:
@@ -2258,7 +2258,7 @@ class App(QtCore.QObject):
|
||||
else:
|
||||
self.old_state_of_tools_toolbar = False
|
||||
|
||||
self.ui.plot_tab_area.setTabText(0, "EDITOR Area")
|
||||
self.ui.plot_tab_area.setTabText(0, _("EDITOR Area"))
|
||||
self.ui.plot_tab_area.protectTab(0)
|
||||
self.inform.emit('[WARNING_NOTCL] %s' % _("Editor is activated ..."))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user