clean up
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from PyQt5 import QtWidgets, QtCore
|
||||
from PyQt5.QtCore import QSettings, Qt
|
||||
from PyQt5.QtCore import QSettings
|
||||
from flatcamGUI.preferences.OptionsGroupUI import OptionsGroupUI2
|
||||
|
||||
import gettext
|
||||
@@ -235,8 +235,6 @@ class GeneralGUIPrefGroupUI(OptionsGroupUI2):
|
||||
current_layout = self.layout_field.get_value()
|
||||
self.app.ui.set_layout(current_layout)
|
||||
|
||||
|
||||
|
||||
@staticmethod
|
||||
def handle_style(style):
|
||||
# FIXME: this should be moved out to a view model
|
||||
|
||||
Reference in New Issue
Block a user