[#2795] [GTKUI] Reduce height of Add Torrent Dialog
- Reduced height from 575px to 495px - Low resolution screen users (600px high) will be unable to click the add button with a dialog height of >550px. Keeping the height to less than 500px leaves more room for large size themes.
This commit is contained in:
parent
9e92178357
commit
c2d7f3c653
|
@ -210,7 +210,7 @@ class AddTorrentDialog(component.Component):
|
|||
if not row and new_row:
|
||||
self.listview_torrents.get_selection().select_iter(new_row)
|
||||
|
||||
self.builder.get_object("label_torrent_count").set_text("Torrents (%d)" % len(self.torrent_liststore))
|
||||
self.dialog.set_title("Add Torrents (%d)" % len(self.torrent_liststore))
|
||||
|
||||
if already_added:
|
||||
log.debug("Tried to add %d duplicate torrents!", already_added)
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue