Revision: 1465
          http://geeqie.svn.sourceforge.net/geeqie/?rev=1465&view=rev
Author:   zas_
Date:     2009-03-01 23:38:36 +0000 (Sun, 01 Mar 2009)

Log Message:
-----------
Align exif labels vertically (visually better since name is now smaller than 
value).

Modified Paths:
--------------
    trunk/src/bar_exif.c

Modified: trunk/src/bar_exif.c
===================================================================
--- trunk/src/bar_exif.c        2009-03-01 23:28:53 UTC (rev 1464)
+++ trunk/src/bar_exif.c        2009-03-01 23:38:36 UTC (rev 1465)
@@ -95,7 +95,7 @@
                               G_CALLBACK(bar_pane_exif_entry_destroy), ee);
        
        ee->title_label = gtk_label_new(NULL);
-       gtk_misc_set_alignment(GTK_MISC(ee->title_label), 1.0, 0.0);
+       gtk_misc_set_alignment(GTK_MISC(ee->title_label), 1.0, 0.5);
        gtk_size_group_add_widget(ped->size_group, ee->title_label);
        gtk_box_pack_start(GTK_BOX(ee->hbox), ee->title_label, FALSE, TRUE, 0);
        gtk_widget_show(ee->title_label);
@@ -104,7 +104,7 @@
 //     gtk_label_set_width_chars(GTK_LABEL(ee->value_label), 20);
        gtk_label_set_ellipsize(GTK_LABEL(ee->value_label), 
PANGO_ELLIPSIZE_END);
 //     gtk_widget_set_size_request(ee->value_label, 100, -1);
-       gtk_misc_set_alignment(GTK_MISC(ee->value_label), 0.0, 0.0);
+       gtk_misc_set_alignment(GTK_MISC(ee->value_label), 0.0, 0.5);
        gtk_box_pack_start(GTK_BOX(ee->hbox), ee->value_label, TRUE, TRUE, 1);
        gtk_widget_show(ee->value_label);
        


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn

Reply via email to