[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
ninetydegrees.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=2417
Move font options to Style > Fonts in Customize for inconsistent styles.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
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"; --------------------------------------------------------------------------------