mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-23 00:53:23 -05:00
Entry fields widen now in AS, and append field is double in size. Maybe fixes enhancement bug 113466.
This commit is contained in:
parent
dc4088bf2c
commit
3cabd41b09
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user