[dw-free] Customize Wizard: font field not big enough
[commit: http://hg.dwscoalition.org/dw-free/rev/c555b372b3dd]
http://bugs.dwscoalition.org/show_bug.cgi?id=4129
Double the size of the font field in Customize.
Patch by
ninetydegrees.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=4129
Double the size of the font field in Customize.
Patch by
Files modified:
- bin/upgrading/s2layers/brittle/layout.s2
- bin/upgrading/s2layers/refriedtablet/layout.s2
--------------------------------------------------------------------------------
diff -r ce21ceb5c1fd -r c555b372b3dd bin/upgrading/s2layers/brittle/layout.s2
--- a/bin/upgrading/s2layers/brittle/layout.s2 Thu Dec 22 20:06:05 2011 +0800
+++ b/bin/upgrading/s2layers/brittle/layout.s2 Fri Dec 23 19:41:25 2011 +0800
@@ -85,8 +85,8 @@
property string font_entry_text {
des = "Preferred font for entry text";
- maxlength = 25;
- size = 15;
+ maxlength = 50;
+ size = 25;
note = "For example: Arial or \"Times New Roman\". Leave blank if you don't care.";
}
property string font_entry_text_size {
@@ -106,8 +106,8 @@
property string font_navigation_module_text {
des = "Preferred font for navigation module text";
- maxlength = 25;
- size = 15;
+ maxlength = 50;
+ size = 25;
note = "For example: Arial or \"Times New Roman\". Leave blank if you don't care.";
}
property string font_navigation_module_text_size {
@@ -123,8 +123,8 @@
property use font_module_heading_units;
property string font_other_module_text {
des = "Preferred font for module text other than navigation module";
- maxlength = 25;
- size = 15;
+ maxlength = 50;
+ size = 25;
note = "For example: Arial or \"Times New Roman\". Leave blank if you don't care.";
}
property string font_other_module_text_size {
@@ -138,8 +138,8 @@
property string font_date_time {
des = "Preferred font for date and time in entries and comments";
- maxlength = 25;
- size = 15;
+ maxlength = 50;
+ size = 25;
note = "For example: Arial or \"Times New Roman\". Leave blank if you don't care.";
}
property string font_date_time_size {
diff -r ce21ceb5c1fd -r c555b372b3dd bin/upgrading/s2layers/refriedtablet/layout.s2
--- a/bin/upgrading/s2layers/refriedtablet/layout.s2 Thu Dec 22 20:06:05 2011 +0800
+++ b/bin/upgrading/s2layers/refriedtablet/layout.s2 Fri Dec 23 19:41:25 2011 +0800
@@ -41,8 +41,8 @@
propgroup fonts_child {
property string font_view_text {
des = "Preferred font for page view titles";
- maxlength = 25;
- size = 15;
+ maxlength = 50;
+ size = 25;
note = "For example: Arial or \"Times New Roman\". Leave blank to use the default.";
}
@@ -58,8 +58,8 @@
property string font_comment_special {
des = "Preferred font for frozen and screened comments";
- maxlength = 25;
- size = 15;
+ maxlength = 50;
+ size = 25;
note = "For example: Arial or \"Times New Roman\". Leave blank to use the default.";
}
--------------------------------------------------------------------------------
