mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 06:14:16 +02:00
[view] improvement: allowing to set a min height for confirmation dialogs
This commit is contained in:
@@ -546,7 +546,8 @@ class ManageWindow(QWidget):
|
||||
deny_button=msg['deny_button'],
|
||||
window_cancel=msg['window_cancel'],
|
||||
confirmation_button=msg.get('confirmation_button', True),
|
||||
min_width=msg.get('min_width'))
|
||||
min_width=msg.get('min_width'),
|
||||
min_height=msg.get('min_height'))
|
||||
diag.ask()
|
||||
res = diag.confirmed
|
||||
self.thread_animate_progress.animate()
|
||||
|
||||
Reference in New Issue
Block a user