* Load settings from Gtk on first statup (we can increase the integer if we add new settings in the feature). * Add main() code like in the mouse dialog. * Group code in appearance_settings_dialog_new_from_xml() so it's readable. Also unref list stores after setting the model (Gtk owns a reference). * Use string arrays to convert some of the properties, fixed a bug here where the wrong hinting style was selected. * Right align the Hinting and RGBA labels in the dialog, so they don't look like a child of the hinting toggle button. * Make functions static. * Stripped trailing spaces. Jannis is/will work on the theme loading code, so cc-ed him.
Created attachment 1722 The patch
(In reply to comment #0) > * Right align the Hinting and RGBA labels in the dialog, so > they don't look like a child of the hinting toggle button. What hinting toggle button?
Err I meant the anti-alias toggle button.
Applied