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