mirror of
https://github.com/transmission/transmission
synced 2024-12-26 09:37:56 +00:00
(trunk gtk) add a little more height to the "edit trackers" dialog... right now it's so short that any more than two or three trackers look squashed in the dialog
This commit is contained in:
parent
dee7d70dbd
commit
832d619a32
1 changed files with 1 additions and 1 deletions
|
@ -2081,7 +2081,7 @@ onEditTrackers( GtkButton * button, gpointer data )
|
|||
hig_workarea_add_wide_control( t, &row, l );
|
||||
|
||||
w = gtk_text_view_new_with_buffer( di->tracker_buffer );
|
||||
gtk_widget_set_size_request( w, 500u, 66u );
|
||||
gtk_widget_set_size_request( w, 500u, 166u );
|
||||
fr = gtk_frame_new( NULL );
|
||||
gtk_frame_set_shadow_type( GTK_FRAME( fr ), GTK_SHADOW_IN );
|
||||
sw = gtk_scrolled_window_new( NULL, NULL );
|
||||
|
|
Loading…
Reference in a new issue