1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-13 09:54:44 +00:00

(trunk gtk) #3913 "Area to display a torrent's comment is small" -- fixed.

This commit is contained in:
Jordan Lee 2011-01-19 14:22:29 +00:00
parent 879a2afcbd
commit 9d038a8539

View file

@ -1031,7 +1031,7 @@ info_page_new( struct DetailsImpl * di )
fr = gtk_frame_new( NULL );
gtk_frame_set_shadow_type( GTK_FRAME( fr ), GTK_SHADOW_IN );
gtk_container_add( GTK_CONTAINER( fr ), sw );
w = hig_workarea_add_row( t, &row, _( "Comment:" ), fr, NULL );
w = hig_workarea_add_tall_row( t, &row, _( "Comment:" ), fr, NULL );
gtk_misc_set_alignment( GTK_MISC( w ), 0.0f, 0.0f );
hig_workarea_add_section_divider( t, &row );