Opened 21 months ago
Closed 3 months 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 Changed 15 months ago by Cas
- Milestone changed from needs verified to 2.0.4
comment:2 Changed 5 months ago by Cas
- Milestone changed from 2.0.4 to 2.0.5
comment:3 Changed 5 months ago by Cas
- Milestone changed from 2.0.5 to 2.0.6
Ticket retargeted after milestone closed
comment:4 Changed 3 months ago by Cas
- Milestone changed from 2.0.6 to 2.1.0
- Resolution set to Fixed
- Status changed from new to closed
Good idea, fixed: [f75488249]
Note: See
TracTickets for help on using
tickets.
Ticket retargeted after milestone closed