- small changes in Tools layout
This commit is contained in:
@@ -5,7 +5,6 @@ from PyQt5 import QtGui, QtCore, QtWidgets
|
|||||||
from FlatCAMApp import App
|
from FlatCAMApp import App
|
||||||
from multiprocessing import freeze_support
|
from multiprocessing import freeze_support
|
||||||
import VisPyPatches
|
import VisPyPatches
|
||||||
import qtmodern.styles, qtmodern.windows
|
|
||||||
|
|
||||||
if sys.platform == "win32":
|
if sys.platform == "win32":
|
||||||
# cx_freeze 'module win32' workaround
|
# cx_freeze 'module win32' workaround
|
||||||
@@ -35,6 +34,5 @@ if __name__ == '__main__':
|
|||||||
app = QtWidgets.QApplication(sys.argv)
|
app = QtWidgets.QApplication(sys.argv)
|
||||||
fc = App()
|
fc = App()
|
||||||
|
|
||||||
# qtmodern.styles.dark(app)
|
|
||||||
sys.exit(app.exec_())
|
sys.exit(app.exec_())
|
||||||
|
|
||||||
|
|||||||
@@ -1942,13 +1942,13 @@ class ToolsPreferencesUI(QtWidgets.QWidget):
|
|||||||
self.tools_paint_group.setFixedWidth(200)
|
self.tools_paint_group.setFixedWidth(200)
|
||||||
|
|
||||||
self.tools_cutout_group = ToolsCutoutPrefGroupUI()
|
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 = Tools2sidedPrefGroupUI()
|
||||||
self.tools_2sided_group.setFixedWidth(200)
|
self.tools_2sided_group.setFixedWidth(220)
|
||||||
|
|
||||||
self.tools_film_group = ToolsFilmPrefGroupUI()
|
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 = ToolsPanelizePrefGroupUI()
|
||||||
self.tools_panelize_group.setFixedWidth(200)
|
self.tools_panelize_group.setFixedWidth(200)
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ CAD program, and create G-Code for Isolation routing.
|
|||||||
- commented some debug messages
|
- commented some debug messages
|
||||||
- imported speedups for shapely
|
- imported speedups for shapely
|
||||||
- added a disable menu entry in the canvas contextual menu
|
- added a disable menu entry in the canvas contextual menu
|
||||||
|
- small changes in Tools layout
|
||||||
|
|
||||||
6.02.2019
|
6.02.2019
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user