diff --git a/gBootRoot b/gBootRoot index f566ed0..19cefa7 100644 --- a/gBootRoot +++ b/gBootRoot @@ -530,7 +530,7 @@ sub advanced_section { # Append Options label_advanced("append =",0,1,3,4); - $ea3 = entry_advanced(1,2,3,4,2); + $ea3 = entry_advanced(1,3,3,4,2); my $append; (undef,undef,$append) = gdkbirdaao(); $tooltips->set_tip( $ea3, "Add append options to brlilo.conf.", ""); $ea3->set_text($append) if defined $append; @@ -557,7 +557,7 @@ sub entry_advanced { $entry_advanced[$numa] = $entry_advanced->get_text();} ); $entry_advanced->set_usize(100,20); $table_advanced->attach($entry_advanced,$_[0],$_[1],$_[2],$_[3], - ['expand'],['fill','shrink'],0,0); + ['shrink','fill','expand'],['fill','shrink'],0,0); show $entry_advanced; return $entry_advanced;