- small change in tab width so the tabs looks good in Linux, too.

This commit is contained in:
Marius Stanciu 2019-02-16 02:45:58 +02:00 committed by Marius S
parent 679b33fa72
commit 31f36fd01e
3 changed files with 3 additions and 2 deletions

View File

@ -93,7 +93,7 @@ class App(QtCore.QObject):
# Version
version = 8.909
version_date = "2019/02/15"
version_date = "2019/02/16"
beta = True
# current date now

View File

@ -664,7 +664,7 @@ class FlatCAMGUI(QtWidgets.QMainWindow):
self.pref_tab_area = FCTab()
self.pref_tab_area.setTabsClosable(False)
self.pref_tab_area_tabBar = self.pref_tab_area.tabBar()
self.pref_tab_area_tabBar.setStyleSheet("QTabBar::tab{width:80px;}")
self.pref_tab_area_tabBar.setStyleSheet("QTabBar::tab{width:90px;}")
self.pref_tab_area_tabBar.setExpanding(True)
self.pref_tab_layout.addWidget(self.pref_tab_area)

View File

@ -19,6 +19,7 @@ CAD program, and create G-Code for Isolation routing.
- reworked the offer to save a project so it is done only if there are objects in the project but those objects are new and/or are modified since last project load (if an old project was loaded.)
- updated the Excellon plot function so it can plot the Excellon's from old projects
- removed the message boxes that popup on Excellon Export errors and replaced them with status bar messages
- small change in tab width so the tabs looks good in Linux, too.
14.02.2019