diff --git a/ChangeLog b/ChangeLog index f9d5bf6c..9cecbaed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-10-16 Bart Hakvoort + + * src/Dialog_Progress.cc: changed dialogwidth from 500 to 600 pixels. (icw certain languages the operation didn't fit) + 2004-10-16 Bart Hakvoort * include/Win_GParted.h, diff --git a/src/Dialog_Progress.cc b/src/Dialog_Progress.cc index 78e357f8..2655b715 100644 --- a/src/Dialog_Progress.cc +++ b/src/Dialog_Progress.cc @@ -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") ) ;