- small changes in Tools layout

This commit is contained in:
Marius Stanciu 2019-02-07 17:03:06 +02:00 committed by Marius
parent ab026a1a9d
commit 07ae0c9c8b
3 changed files with 4 additions and 5 deletions

View File

@ -5,7 +5,6 @@ from PyQt5 import QtGui, QtCore, QtWidgets
from FlatCAMApp import App
from multiprocessing import freeze_support
import VisPyPatches
import qtmodern.styles, qtmodern.windows
if sys.platform == "win32":
# cx_freeze 'module win32' workaround
@ -35,6 +34,5 @@ if __name__ == '__main__':
app = QtWidgets.QApplication(sys.argv)
fc = App()
# qtmodern.styles.dark(app)
sys.exit(app.exec_())

View File

@ -1942,13 +1942,13 @@ class ToolsPreferencesUI(QtWidgets.QWidget):
self.tools_paint_group.setFixedWidth(200)
self.tools_cutout_group = ToolsCutoutPrefGroupUI()
self.tools_cutout_group.setFixedWidth(200)
self.tools_cutout_group.setFixedWidth(220)
self.tools_2sided_group = Tools2sidedPrefGroupUI()
self.tools_2sided_group.setFixedWidth(200)
self.tools_2sided_group.setFixedWidth(220)
self.tools_film_group = ToolsFilmPrefGroupUI()
self.tools_film_group.setFixedWidth(200)
self.tools_film_group.setFixedWidth(220)
self.tools_panelize_group = ToolsPanelizePrefGroupUI()
self.tools_panelize_group.setFixedWidth(200)

View File

@ -15,6 +15,7 @@ CAD program, and create G-Code for Isolation routing.
- commented some debug messages
- imported speedups for shapely
- added a disable menu entry in the canvas contextual menu
- small changes in Tools layout
6.02.2019