changed dialogwidth from 500 to 600 pixels. (icw certain languages the

* src/Dialog_Progress.cc: changed dialogwidth from 500 to 600 pixels. (icw certain languages the operation didn't fit)
This commit is contained in:
Bart Hakvoort 2004-10-16 17:14:19 +00:00
parent dde4f4d709
commit 58cb2ad6ec
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-10-16 Bart Hakvoort <gparted@users.sf.net>
* src/Dialog_Progress.cc: changed dialogwidth from 500 to 600 pixels. (icw certain languages the operation didn't fit)
2004-10-16 Bart Hakvoort <gparted@users.sf.net>
* include/Win_GParted.h,

View File

@ -22,7 +22,7 @@ namespace GParted
Dialog_Progress::Dialog_Progress( int count_operations, const Glib::ustring & first_operation )
{
this ->set_size_request( 500, 275 ) ;
this ->set_size_request( 600, 275 ) ;
this ->set_resizable( false ) ;
this ->set_has_separator( false ) ;
this ->set_title( _("Applying pending operations") ) ;