Merged in camellan/flatcam/Beta (pull request #277)

Beta
This commit is contained in:
Camellan 2019-12-28 21:48:19 +00:00 committed by Marius Stanciu
commit 43e1d9472f
4 changed files with 3021 additions and 2973 deletions

View File

@ -662,7 +662,7 @@ class GeneralGUIPrefGroupUI(OptionsGroupUI):
grid0.addLayout(self.form_box_child_13, 31, 1)
# Project autohide CB
self.project_autohide_cb = FCCheckBox(label='Project AutoHide')
self.project_autohide_cb = FCCheckBox(label=_('Project AutoHide'))
self.project_autohide_cb.setToolTip(
_("Check this box if you want the project/selected/tool tab area to\n"
"hide automatically when there are no objects loaded and\n"
@ -1299,7 +1299,7 @@ class GeneralAPPSetGroupUI(OptionsGroupUI):
grid0.addWidget(self.open_style_cb, 31, 0, 1, 2)
# Enable/Disable ToolTips globally
self.toggle_tooltips_cb = FCCheckBox(label='Enable ToolTips')
self.toggle_tooltips_cb = FCCheckBox(label=_('Enable ToolTips'))
self.toggle_tooltips_cb.setToolTip(
_("Check this box if you want to have toolTips displayed\n"
"when hovering with mouse over items throughout the App.")

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff