#2064: Crushed window
------------------------+---------------------------------------------------
 Reporter:  toniboni88  |       Owner:  Cas     
     Type:  bug         |      Status:  assigned
 Priority:  trivial     |   Milestone:  1.3.5   
Component:  gtkui       |     Version:  1.3.4   
 Keywords:              |  
------------------------+---------------------------------------------------

Comment(by Cas):

 Just looked at the code and looks like I put the height request in the
 wrong widget. Could test the following change:

 {{{
 diff --git a/deluge/ui/gtkui/glade/create_torrent_dialog.glade
 b/deluge/ui/gtkui/glade/create_torrent_dialog.glade
 index 396bb63..edcc868 100644
 --- a/deluge/ui/gtkui/glade/create_torrent_dialog.glade
 +++ b/deluge/ui/gtkui/glade/create_torrent_dialog.glade
 @@ -72,7 +72,6 @@
                      <property name="spacing">5</property>
                      <child>
                        <widget class="GtkScrolledWindow"
 id="scrolledwindow1">
 -                        <property name="height_request">30</property>
                          <property name="visible">True</property>
                          <property name="can_focus">True</property>
                          <property
 name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 @@ -80,6 +79,7 @@
                          <property
 name="shadow_type">GTK_SHADOW_IN</property>
                          <child>
                            <widget class="GtkTreeView"
 id="treeview_files">
 +                            <property name="height_request">30</property>
                              <property name="visible">True</property>
                              <property name="can_focus">True</property>
                              <property
 name="headers_visible">False</property>
 }}}

-- 
Ticket URL: <http://dev.deluge-torrent.org/ticket/2064#comment:2>
Deluge <http://deluge-torrent.org/>
Deluge project

-- 
You received this message because you are subscribed to the Google Groups 
"Deluge Dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/deluge-dev?hl=en.

Reply via email to