- 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, QtCore
|
||||
|
||||
from appGUI.GUIElements import FCLabel, FCComboBox, FCGridLayout, FCFrame
|
||||
from appGUI.GUIElements import FCLabel, FCComboBox, GLay, FCFrame
|
||||
from appGUI.preferences.OptionsGroupUI import OptionsGroupUI
|
||||
import gettext
|
||||
import appTranslation as fcTranslate
|
||||
@@ -33,7 +33,7 @@ class GeometryExpPrefGroupUI(OptionsGroupUI):
|
||||
export_frame = FCFrame()
|
||||
self.layout.addWidget(export_frame)
|
||||
|
||||
export_grid = FCGridLayout(v_spacing=5, h_spacing=3)
|
||||
export_grid = GLay(v_spacing=5, h_spacing=3)
|
||||
export_frame.setLayout(export_grid)
|
||||
|
||||
# Excellon non-decimal format
|
||||
|
||||
Reference in New Issue
Block a user