Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions qui/updater/updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ def cell_data_func(_column, cell, model, it, data):
# Wide enough for details section to show update progress.
# But still less than 1024 pixels to do not break OpenQA tests.
width = max(width, 1000)
width = min(width, self.main_window.get_screen().get_width() - 12)
height = min(
int(width * 1.2), self.main_window.get_screen().get_height() - 48
)
Expand Down