- upgraded the Geometry Editor main UI
- upgraded the FCButton widget (and made it used everywhere instead of the QPushButton) so it can have the color and font weight properties settable
This commit is contained in:
@@ -98,6 +98,7 @@ class MainGUI(QtWidgets.QMainWindow):
|
||||
self.decimals = self.app.decimals
|
||||
|
||||
FCLabel.patching_text_color = self.theme_safe_color
|
||||
FCButton.patching_text_color = self.theme_safe_color
|
||||
|
||||
# self.setWindowFlags(QtCore.Qt.WindowType.FramelessWindowHint)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user