mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
(trunk gtk) #3380 "increase size of 'add url' text field" -- done.
This commit is contained in:
@@ -544,6 +544,7 @@ addURLDialog( GtkWindow * parent, TrCore * core )
|
||||
t = hig_workarea_create( );
|
||||
hig_workarea_add_section_title( t, &row, _( "Add torrent from URL" ) );
|
||||
e = gtk_entry_new( );
|
||||
gtk_widget_set_size_request( e, 400, -1 );
|
||||
paste_clipboard_url_into_entry( e );
|
||||
g_object_set_data( G_OBJECT( w ), "url-entry", e );
|
||||
hig_workarea_add_row( t, &row, _( "_URL" ), e, NULL );
|
||||
|
||||
Reference in New Issue
Block a user