[gimp] libgimpwidgets: align gimpproswitch label to the left.



commit 735a071c4e3baa1f55346d05b3e092ec97f19b52
Author: Jehan <jehan girinstud io>
Date:   Fri Nov 13 12:36:45 2020 +0100

    libgimpwidgets: align gimpproswitch label to the left.

 libgimpwidgets/gimppropwidgets.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/libgimpwidgets/gimppropwidgets.c b/libgimpwidgets/gimppropwidgets.c
index 4986f9445c..0352192c69 100644
--- a/libgimpwidgets/gimppropwidgets.c
+++ b/libgimpwidgets/gimppropwidgets.c
@@ -336,6 +336,7 @@ gimp_prop_switch_new (GObject     *config,
   gtk_widget_show (pswitch);
 
   plabel = gtk_label_new_with_mnemonic (label);
+  gtk_label_set_xalign (GTK_LABEL (plabel), 0.0);
   gtk_label_set_mnemonic_widget (GTK_LABEL (plabel), pswitch);
   gimp_help_set_help_data (plabel, tooltip, NULL);
   gtk_widget_show (plabel);


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