- 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:
@@ -1,6 +1,6 @@
|
||||
from PyQt6 import QtWidgets
|
||||
|
||||
from appGUI.GUIElements import FCDoubleSpinner, FCLabel, FCGridLayout, FCFrame
|
||||
from appGUI.GUIElements import FCDoubleSpinner, FCLabel, GLay, FCFrame
|
||||
from appGUI.preferences.OptionsGroupUI import OptionsGroupUI
|
||||
import gettext
|
||||
import appTranslation as fcTranslate
|
||||
@@ -31,7 +31,7 @@ class CNCJobPPGroupUI(OptionsGroupUI):
|
||||
comp_frame = FCFrame()
|
||||
self.layout.addWidget(comp_frame)
|
||||
|
||||
comp_grid = FCGridLayout(v_spacing=5, h_spacing=3)
|
||||
comp_grid = GLay(v_spacing=5, h_spacing=3)
|
||||
comp_frame.setLayout(comp_grid)
|
||||
|
||||
# Bed Size X
|
||||
|
||||
Reference in New Issue
Block a user