summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-12-18 07:54:06 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-12-18 07:54:06 +0000
commit8430ee103fa7e4cc7f7195b02d50591526bd5bef (patch)
tree24c87018ee259c24514e674d0dfdfa26c32a80b0 /perl-install
parentfc77d41cce0d134063770994afc0fae6205a5760 (diff)
downloaddrakx-backup-do-not-use-8430ee103fa7e4cc7f7195b02d50591526bd5bef.tar
drakx-backup-do-not-use-8430ee103fa7e4cc7f7195b02d50591526bd5bef.tar.gz
drakx-backup-do-not-use-8430ee103fa7e4cc7f7195b02d50591526bd5bef.tar.bz2
drakx-backup-do-not-use-8430ee103fa7e4cc7f7195b02d50591526bd5bef.tar.xz
drakx-backup-do-not-use-8430ee103fa7e4cc7f7195b02d50591526bd5bef.zip
saner default size (too big for 800x600 sadly)
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/harddrake/data.pm4
-rwxr-xr-xperl-install/standalone/harddrake22
2 files changed, 4 insertions, 2 deletions
diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm
index ef22ba027..d3dcb41a1 100644
--- a/perl-install/harddrake/data.pm
+++ b/perl-install/harddrake/data.pm
@@ -17,9 +17,11 @@ sub unknown {
# tree format ("CLASS_ID", "type", "type_icon", configurator, detect_sub)
-# NEVER, NEVER alter CLASS_ID or you'll harddrake2 service to detect changes
+# NEVER, NEVER alter CLASS_ID or you'll see harddrake2 service detect changes
# in hw configuration ... :-(
+# FIXME: add translated items
+
our @tree =
(
[ "FLOPPY", "Floppy", "floppy.png", "", \&detect_devices::floppies, 0 ],
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2
index 93f08412d..dc76375b2 100755
--- a/perl-install/standalone/harddrake2
+++ b/perl-install/standalone/harddrake2
@@ -116,7 +116,7 @@ gtkflush();
# Build the gui
add_icon_path('/usr/share/pixmaps/harddrake2/');
$w = ugtk2->new(N("Harddrake2 version ") . $harddrake::data::version);
-$w->{window}->set_size_request(760, 550) unless $::isEmbedded;
+$w->{window}->set_size_request(805, 550) unless $::isEmbedded;
my ($menubar, $factory) = create_factory_menu($w->{rwindow}, @menu_items);
my $tree_model = Gtk2::TreeStore->new(Gtk2::GType->OBJECT, Gtk2::GType->STRING);
my $statusbar;