Opened 4 years ago
Closed 3 years ago
#3431 closed bug (Fixed)
Deluge 2.0.3 Connection Manager fix window height
Reported by: | tking0036 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.1.0 |
Component: | GTK UI | Version: | 2.0.3 |
Keywords: | GTK, THINCLIENT | Cc: |
Description
I have found it frustrating with deluge 2.0.3, every time I start the program and land on the connection manager screen I have to resize it to see any of the options on the screen. Please accept this patch.
--- deluge/ui/gtk3/glade/connection_manager.ui.old 2020-09-13 11:19:17.182998261 -0400 +++ deluge/ui/gtk3/glade/connection_manager.ui 2020-09-13 11:19:32.010168753 -0400 @@ -30,7 +30,7 @@ <property name="modal">True</property> <property name="window_position">center-on-parent</property> <property name="default_width">300</property> - <property name="default_height">250</property> + <property name="default_height">400</property> <property name="destroy_with_parent">True</property> <property name="type_hint">dialog</property> <child>
Change History (4)
comment:1 by , 4 years ago
Milestone: | needs verified → 2.0.4 |
---|
comment:2 by , 3 years ago
Milestone: | 2.0.4 → 2.0.5 |
---|
comment:4 by , 3 years ago
Milestone: | 2.0.6 → 2.1.0 |
---|---|
Resolution: | → Fixed |
Status: | new → closed |
Good idea, fixed: [f75488249]
Note:
See TracTickets
for help on using tickets.
Ticket retargeted after milestone closed