mirror of https://github.com/GNOME/gimp.git
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.
This commit is contained in:
parent
a89e1d6d8c
commit
1debefb20f
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue