This commit is contained in:
Auric Vente
2024-07-19 01:56:17 -06:00
parent 8807a49e88
commit 3cf6db946b
3 changed files with 3 additions and 3 deletions

View File

@@ -187,7 +187,7 @@ class Window:
Window.info = SpecialButton("---")
Window.info.setToolTip("Scroll to the bottom")
Window.info.clicked.connect(Window.to_bottom)
Window.expand(Window.info)
Window.info.setMinimumSize(35, 35)
container.addWidget(Window.info)
root.setLayout(container)
Window.root.addWidget(root)