Opened 4 years ago

Closed 2 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.

Before: https://imgur.com/a/CG6lXRe

After: https://imgur.com/a/skCfMAJ

--- 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 3 years ago by Cas

  • Milestone changed from needs verified to 2.0.4

comment:2 Changed 2 years ago by Cas

  • Milestone changed from 2.0.4 to 2.0.5

Ticket retargeted after milestone closed

comment:3 Changed 2 years ago by Cas

  • Milestone changed from 2.0.5 to 2.0.6

Ticket retargeted after milestone closed

comment:4 Changed 2 years 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.