translated the gui prefs group
This commit is contained in:
@@ -102,7 +102,8 @@ class ComboboxOptionUI(BasicOptionUI):
|
||||
|
||||
class ColorOptionUI(BasicOptionUI):
|
||||
def build_entry_widget(self) -> QtWidgets.QWidget:
|
||||
return FCColorEntry()
|
||||
entry = FCColorEntry()
|
||||
return entry
|
||||
|
||||
|
||||
class HeadingOptionUI(OptionUI):
|
||||
|
||||
Reference in New Issue
Block a user