diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-02-17 08:39:45 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-02-17 08:39:45 +0000 |
commit | 0554a27747e615574603b78e9d4009d1b419baab (patch) | |
tree | bb13b22fc9cb1403abfd40539b9d2d0187199078 | |
parent | 02512525b3dad1d03d4c0a7e2bc91ab5238c88c6 (diff) | |
download | control-center-0554a27747e615574603b78e9d4009d1b419baab.tar control-center-0554a27747e615574603b78e9d4009d1b419baab.tar.gz control-center-0554a27747e615574603b78e9d4009d1b419baab.tar.bz2 control-center-0554a27747e615574603b78e9d4009d1b419baab.tar.xz control-center-0554a27747e615574603b78e9d4009d1b419baab.zip |
- give more space for introduction text (especially for russian)
- simplify logo packing
-rwxr-xr-x | control-center | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/control-center b/control-center index 5d32dc30..5769631c 100755 --- a/control-center +++ b/control-center @@ -402,11 +402,10 @@ The tools accessed through the Mandrake Control Center greatly simplify the use of the system, notably by avoiding the use of the evil command line.")) ] ]), - 50), + 40), 50, 50), - 0, gtkpack_(Gtk2::HBox->new(0, 0), - 1, Gtk2::VBox->new(0, 0), - 0, gtkcreate_img('mcc-welcome-logo') + 0, gtkpack2__(Gtk2::HBox->new(0, 0), + { 'pack_end' => 1, expand => 0, fill => 0 }, gtkcreate_img('mcc-welcome-logo'), ) ), undef, 'none'); |