Added a button to open up the Filesystem Box from the ARS, this is on the same

line as Filesystem Size.
This commit is contained in:
freesource
2002-01-20 17:17:01 +00:00
parent f2cfe39a9f
commit dac5b05c88
2 changed files with 9 additions and 3 deletions
+5
View File
@@ -1085,6 +1085,11 @@ sub advanced_root_section {
});
$spinner_size->set_value($filesystem_size) if $filesystem_size;
my $filesystem_box_b = button_advanced(2,3,3,4,"Filesystem Box",$table_advanced_root);
$filesystem_box_b->signal_connect("clicked",\&file_system);
$tooltips->set_tip( $filesystem_box_b, "Open Filesystem Box.", "" );
#_______________________________________
# Compression
# gBootRoot methods