Skip to content

Commit 8d0808b

Browse files
notwitheringbrkzlr
authored andcommitted
keep guiutils.center(self) as last constructor action
1 parent 72d942f commit 8d0808b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PINCE.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,10 +429,10 @@ def __init__(self):
429429
self.flashAttachButtonTimer.timeout.connect(self.flash_attach_button)
430430
self.flashAttachButton_gradiantState = 0
431431
self.flashAttachButtonTimer.start(100)
432-
guiutils.center(self)
433-
434432
self.is_scanning = False
435433

434+
guiutils.center(self)
435+
436436
def settings_changed(self):
437437
if states.auto_attach:
438438
self.auto_attach_timer.start(100)

0 commit comments

Comments
 (0)