[Xfce4-commits] <xfce4-settings:master> Fix alignment of the "Hinting" label.

Jérôme Guelfucci noreply at xfce.org
Mon Sep 20 20:00:01 CEST 2010


Updating branch refs/heads/master
         to d73d9bbc150207ab16e3223912d71647241ad7fb (commit)
       from e20bb5811f2cc42165945cb29f98ffd87bd52ea4 (commit)

commit d73d9bbc150207ab16e3223912d71647241ad7fb
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date:   Mon Sep 20 19:57:12 2010 +0200

    Fix alignment of the "Hinting" label.
    
    This label is not a sub-option of anti-aliasing, it should be aligned left
    and not right.

 .../appearance-settings/appearance-dialog.glade    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dialogs/appearance-settings/appearance-dialog.glade b/dialogs/appearance-settings/appearance-dialog.glade
index 3b2c90d..656914a 100644
--- a/dialogs/appearance-settings/appearance-dialog.glade
+++ b/dialogs/appearance-settings/appearance-dialog.glade
@@ -259,7 +259,7 @@
                             <child>
                               <object class="GtkLabel" id="label10">
                                 <property name="visible">True</property>
-                                <property name="xalign">1</property>
+                                <property name="xalign">0</property>
                                 <property name="label" translatable="yes">_Hinting:</property>
                                 <property name="use_underline">True</property>
                                 <property name="mnemonic_widget">xft_hinting_style_combo_box</property>



More information about the Xfce4-commits mailing list