afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2010-03-02 03:57 pm

[dw-nonfree] Inconsistent organization of customize wizard

[commit: http://hg.dwscoalition.org/dw-nonfree/rev/8ef6098cb34b]

http://bugs.dwscoalition.org/show_bug.cgi?id=2417

Move font options to Style > Fonts in Customize for inconsistent styles.

Patch by [personal profile] ninetydegrees.

Files modified:
  • bin/upgrading/s2layers/sundaymorning/layout.s2
  • bin/upgrading/s2layers/transmogrified/layout.s2
--------------------------------------------------------------------------------
diff -r dc60bb1e7973 -r 8ef6098cb34b bin/upgrading/s2layers/sundaymorning/layout.s2
--- a/bin/upgrading/s2layers/sundaymorning/layout.s2	Mon Mar 01 15:34:47 2010 +0000
+++ b/bin/upgrading/s2layers/sundaymorning/layout.s2	Mon Mar 01 15:49:58 2010 +0000
@@ -139,13 +139,15 @@ set image_background_page_repeat = "no-r
 set image_background_page_repeat = "no-repeat";
 
 # Fonts
-property use font_base;
-property use font_fallback;
-property use font_base_size;
-property use font_base_units;
-property use font_module_heading;
-property use font_module_heading_size;
-property use font_module_heading_units;
+propgroup fonts {
+    property use font_base;
+    property use font_fallback;
+    property use font_base_size;
+    property use font_base_units;
+    property use font_module_heading;
+    property use font_module_heading_size;
+    property use font_module_heading_units;
+}
 
 set font_base = "Arial";
 set font_fallback = "sans-serif";
diff -r dc60bb1e7973 -r 8ef6098cb34b bin/upgrading/s2layers/transmogrified/layout.s2
--- a/bin/upgrading/s2layers/transmogrified/layout.s2	Mon Mar 01 15:34:47 2010 +0000
+++ b/bin/upgrading/s2layers/transmogrified/layout.s2	Mon Mar 01 15:49:58 2010 +0000
@@ -262,13 +262,15 @@ set image_background_module_url = "";
 
 
 # Fonts
-property use font_base;
-property use font_fallback;
-property use font_base_size;
-property use font_base_units;
-property use font_module_heading;
-property use font_module_heading_size;
-property use font_module_heading_units;
+propgroup fonts {
+    property use font_base;
+    property use font_fallback;
+    property use font_base_size;
+    property use font_base_units;
+    property use font_module_heading;
+    property use font_module_heading_size;
+    property use font_module_heading_units;
+}
 
 set font_base = "Verdana";
 set font_fallback = "sans-serif";
--------------------------------------------------------------------------------

Post a comment in response:

This account has disabled anonymous posting.
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting

If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org