[dw-free] Customize Wizard: font field not big enough
[commit: http://hg.dwscoalition.org/dw-free/rev/f27702439cd9]
http://bugs.dwscoalition.org/show_bug.cgi?id=4129
Double font field size in Customize.
Patch by
ninetydegrees.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=4129
Double font field size in Customize.
Patch by
Files modified:
- bin/upgrading/s2layers/core2.s2
--------------------------------------------------------------------------------
diff -r 0dac7aa067cd -r f27702439cd9 bin/upgrading/s2layers/core2.s2
--- a/bin/upgrading/s2layers/core2.s2 Sat Dec 24 01:03:43 2011 +0800
+++ b/bin/upgrading/s2layers/core2.s2 Sat Dec 24 01:20:52 2011 +0800
@@ -1688,8 +1688,8 @@
property string font_base {
des = "Preferred journal font";
- maxlength = 25;
- size = 15;
+ maxlength = 50;
+ size = 25;
note = "For example: Arial or \"Times New Roman\". Leave blank to use the default.";
}
set font_base = ""; # In core, default is not to care. Layouts will probably specify fonts the author likes instead.
@@ -1713,8 +1713,8 @@
property string font_journal_title {
des = "Preferred font for journal titles";
- maxlength = 25;
- size = 15;
+ maxlength = 50;
+ size = 25;
note = "For example: Arial or \"Times New Roman\". Leave blank to use the default.";
}
@@ -1730,8 +1730,8 @@
property string font_journal_subtitle {
des = "Preferred font for journal subtitles";
- maxlength = 25;
- size = 15;
+ maxlength = 50;
+ size = 25;
note = "For example: Arial or \"Times New Roman\". Leave blank to use the default.";
}
@@ -1747,8 +1747,8 @@
property string font_entry_title {
des = "Preferred font for entry titles";
- maxlength = 25;
- size = 15;
+ maxlength = 50;
+ size = 25;
note = "For example: Arial or \"Times New Roman\". Leave blank to use the default.";
}
@@ -1764,8 +1764,8 @@
property string font_comment_title {
des = "Preferred font for comment titles";
- maxlength = 25;
- size = 15;
+ maxlength = 50;
+ size = 25;
note = "For example: Arial or \"Times New Roman\". Leave blank to use the default.";
}
@@ -1781,8 +1781,8 @@
property string font_module_heading {
des = "Preferred font for module headings";
- maxlength = 25;
- size = 15;
+ maxlength = 50;
+ size = 25;
note = "For example: Arial or \"Times New Roman\". Leave blank to use the default.";
}
@@ -1798,8 +1798,8 @@
property string font_module_text {
des = "Preferred font for module text";
- maxlength = 25;
- size = 15;
+ maxlength = 50;
+ size = 25;
note = "For example: Arial or \"Times New Roman\". Leave blank to use the default.";
}
--------------------------------------------------------------------------------
