[gimp/blend-tool-fun: 104/163] Bug 756019 - Color pickers UX inconsistencies



commit 1c8884999c13f7ef916fd9781013bfdaa7a2379a
Author: Michael Natterer <mitch gimp org>
Date:   Tue Oct 6 23:39:49 2015 +0200

    Bug 756019 - Color pickers UX inconsistencies
    
    Increase spacing between the HSV and RGB slider groups in
    GimpColorScales. Yes there was spacing before, but hardly visible.

 libgimpwidgets/gimpcolorscales.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libgimpwidgets/gimpcolorscales.c b/libgimpwidgets/gimpcolorscales.c
index aa41f89..c3b1e8a 100644
--- a/libgimpwidgets/gimpcolorscales.c
+++ b/libgimpwidgets/gimpcolorscales.c
@@ -137,8 +137,8 @@ gimp_color_scales_init (GimpColorScales *scales)
 
   table = gtk_table_new (7, 4, FALSE);
   gtk_table_set_row_spacings (GTK_TABLE (table), 1);
-  gtk_table_set_row_spacing (GTK_TABLE (table), 2, 3); /* hsv <-> rgb   */
-  gtk_table_set_row_spacing (GTK_TABLE (table), 5, 3); /* rgb <-> alpha */
+  gtk_table_set_row_spacing (GTK_TABLE (table), 2, 5); /* hsv <-> rgb   */
+  gtk_table_set_row_spacing (GTK_TABLE (table), 5, 5); /* rgb <-> alpha */
   gtk_table_set_col_spacings (GTK_TABLE (table), 2);
   gtk_table_set_col_spacing (GTK_TABLE (table), 0, 0);
   gtk_box_pack_start (GTK_BOX (scales), table, FALSE, FALSE, 0);


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