Re-ordered all references in the style selector dialog to have one consistent ordering.
commit2aeb72bfcee45672651a9bcf2950785e67b578a6
authorDima Kogan <dima@secretsauce.net>
Sun, 11 Sep 2011 12:54:00 +0000 (11 14:54 +0200)
committerAndrew Poelstra (local) <apoelstra@wpsoftware.net>
Sun, 11 Sep 2011 15:40:33 +0000 (11 08:40 -0700)
treedf19e48c737e9b2ce1d31c7d5a595a3adc2154b8
parent59ee4898847f16cec5e08a40229c5108290fc1f8
Re-ordered all references in the style selector dialog to have one consistent ordering.

Everything that refers to the settings in the style selector dialog now does so
in order of

Line thickness
Hole size
Hole thickness (hole + annular ring)
keepaway region size

This wasn't 100% consistent previously, which resulted in a bug (fixed in a
previous patch). This patch doesn't touch the functionality, but improves the
style to avoid future bugs.

Modified to apply on recent route style selector changes by Bert Timmerman.

Signed-off-by: Andrew Poelstra (local) <apoelstra@wpsoftware.net>
Affects-bug: lp-844635
src/hid/gtk/ghid-route-style-selector.c
src/hid/gtk/ghid-route-style-selector.h
src/hid/gtk/gtkhid-main.c