Indent File System Support legend narrative (#342682)

Use padding to indent the legend narrative to better show hierarchy and
association with the "Legend" category as recommended in the:

    GNOME HIG 2.2.3 / Visual Design / Window Layout
    https://developer.gnome.org/hig-book/stable/design-window.html.en

Padding the legend narrative widget also deliberately increases the
spacing to the legend icons too.

Bug #342682 - too much information in 'features' dialog
This commit is contained in:
Mike Fleetwood 2014-01-24 19:57:53 +00:00 committed by Curtis Gedak
parent 59f684d8cd
commit cb8ce9caea
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ DialogFeatures::DialogFeatures()
str_temp += "\n" ;
str_temp += _("Not all actions are available on all file systems, in part due to the nature of file systems and limitations in the required software.") ;
legend_narrative_hbox ->pack_start( *Utils::mk_label( str_temp, true, true ), Gtk::PACK_SHRINK ) ;
legend_hbox ->pack_start( *legend_narrative_hbox ) ;
legend_hbox ->pack_start( *legend_narrative_hbox, Gtk::PACK_EXPAND_WIDGET, 6 ) ;
//icon legend
Gtk::VBox *icon_legend_vbox( manage( new Gtk::VBox() ) ) ;