summaryrefslogtreecommitdiffstats
path: root/drakpxelinux.pl
diff options
context:
space:
mode:
Diffstat (limited to 'drakpxelinux.pl')
-rw-r--r--drakpxelinux.pl8
1 files changed, 1 insertions, 7 deletions
diff --git a/drakpxelinux.pl b/drakpxelinux.pl
index 5ca0ed2..688b52b 100644
--- a/drakpxelinux.pl
+++ b/drakpxelinux.pl
@@ -997,7 +997,7 @@ gtkpack($w->{window},
1, gtknew('ScrolledWindow', width => 500, height => 300, child => $treeview),
0, gtknew('VBox', children => [
0, gtknew('Label', text => N("Profiles list")),
- 0, gtknew('ScrolledWindow', height => 170, child => $profiles),
+ 0, gtknew('ScrolledWindow', height => 260, child => $profiles),
0, gtknew('VButtonBox', layout => 'start', children_loose => [
gtksignal_connect(gtknew('Button', text => N("Add profile")), clicked => \&add_profile),
gtksignal_connect(gtknew('Button', text => N("Clone profile")), clicked => sub {
@@ -1009,12 +1009,6 @@ gtkpack($w->{window},
refresh_profiles();
}),
]),
- 0, gtknew('HSeparator'),
- 0, gtknew('VButtonBox', layout => 'start', children_loose => [
- gtksignal_connect(gtknew('Button', text => N("Edit boot settings")), clicked => sub {
- run_program::raw({ detach => 1 }, 'drakpxelinux', '--type=boot', '--profile=' . $profiles->{data}[$_][0]) foreach $profiles->get_selected_indices;
- }),
- ]),
]),
]
),