mirror of
https://github.com/transmission/transmission
synced 2024-12-25 17:17:31 +00:00
(trunk gtk) #3380 "increase size of 'add url' text field" -- done.
This commit is contained in:
parent
ba3d117b81
commit
b40c3ee234
1 changed files with 1 additions and 0 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue