- some reformatting and class rename
- when clicking the coordinates toolbars in the status bar now the Distance Plugin is shown and if already displayed, it is closed (toggle action)
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
from appEditors.AppTextEditor import AppTextEditor
|
||||
from appObjects.CNCJobObject import CNCJobObject
|
||||
from appGUI.GUIElements import FCTextArea, FCEntry, FCButton, FCTable, FCGridLayout, FCLabel
|
||||
from appGUI.GUIElements import FCTextArea, FCEntry, FCButton, FCTable, GLay, FCLabel
|
||||
from PyQt6 import QtWidgets, QtCore, QtGui
|
||||
|
||||
# from io import StringIO
|
||||
@@ -835,7 +835,7 @@ class AppGCodeEditorUI:
|
||||
self.snippet_frame.setContentsMargins(0, 0, 0, 0)
|
||||
self.edit_box.addWidget(self.snippet_frame)
|
||||
|
||||
self.snippet_grid = FCGridLayout(v_spacing=5, h_spacing=3, c_stretch=[0, 0])
|
||||
self.snippet_grid = GLay(v_spacing=5, h_spacing=3, c_stretch=[0, 0])
|
||||
self.snippet_grid.setContentsMargins(0, 0, 0, 0)
|
||||
self.snippet_frame.setLayout(self.snippet_grid)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user