mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 23:34:17 +02:00
[view] fix: prepare panel sometimes being displayed on the top left corner
This commit is contained in:
@@ -293,7 +293,7 @@ class PreparePanel(QWidget, TaskManager):
|
||||
self.setMinimumWidth(int(screen_size.width() * 0.5))
|
||||
self.setMinimumHeight(int(screen_size.height() * 0.35))
|
||||
self.setMaximumHeight(int(screen_size.height() * 0.95))
|
||||
centralize(self)
|
||||
centralize(self, align_top_left=False)
|
||||
|
||||
def start(self, tasks: int):
|
||||
self.started_at = time.time()
|
||||
|
||||
Reference in New Issue
Block a user