[gparted] Indent File System Support legend narrative (#342682)



commit cb8ce9caea881648faef8378c4009b1262eaeb1d
Author: Mike Fleetwood <mike fleetwood googlemail com>
Date:   Fri Jan 24 19:57:53 2014 +0000

    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

 src/DialogFeatures.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/DialogFeatures.cc b/src/DialogFeatures.cc
index 6ce63e7..10f5fc7 100644
--- a/src/DialogFeatures.cc
+++ b/src/DialogFeatures.cc
@@ -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() ) ) ;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]