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:
parent
dde4f4d709
commit
58cb2ad6ec
|
@ -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>
|
2004-10-16 Bart Hakvoort <gparted@users.sf.net>
|
||||||
|
|
||||||
* include/Win_GParted.h,
|
* include/Win_GParted.h,
|
||||||
|
|
|
@ -22,7 +22,7 @@ namespace GParted
|
||||||
|
|
||||||
Dialog_Progress::Dialog_Progress( int count_operations, const Glib::ustring & first_operation )
|
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_resizable( false ) ;
|
||||||
this ->set_has_separator( false ) ;
|
this ->set_has_separator( false ) ;
|
||||||
this ->set_title( _("Applying pending operations") ) ;
|
this ->set_title( _("Applying pending operations") ) ;
|
||||||
|
|
Loading…
Reference in New Issue