LiquidGUI [1.1.0.0] DEV
- Allow window to minimize.
This commit is contained in:
@@ -13,7 +13,6 @@ class MainWindow(QMainWindow):
|
|||||||
super(MainWindow, self).__init__()
|
super(MainWindow, self).__init__()
|
||||||
self.setWindowTitle("LiquidGUI (v.1.1.0.0)")
|
self.setWindowTitle("LiquidGUI (v.1.1.0.0)")
|
||||||
self.setFixedSize(450, 350)
|
self.setFixedSize(450, 350)
|
||||||
self.setWindowFlags(Qt.WindowType.Dialog)
|
|
||||||
|
|
||||||
self.lctl = lctl
|
self.lctl = lctl
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user