translated the gui prefs group

This commit is contained in:
David Robertson
2020-05-02 03:08:42 +01:00
parent b24474be65
commit b6593b41e2
4 changed files with 10 additions and 6 deletions

View File

@@ -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):