Title: [134338] trunk/Source/WebCore
Revision
134338
Author
[email protected]
Date
2012-11-12 18:28:56 -0800 (Mon, 12 Nov 2012)

Log Message

[BlackBerry] Update BB10 form theme.
https://bugs.webkit.org/show_bug.cgi?id=100760

Patch by Tiancheng Jiang <[email protected]> on 2012-11-12
Reviewed by Rob Buis.

RIM PR 237003
Internally Reviewed by Eli Fidler.
Since we nolonger use small font for form controls, adjust paddingDivisor
ratio to decrease the padding value.

* platform/blackberry/RenderThemeBlackBerry.cpp:
(WebCore):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (134337 => 134338)


--- trunk/Source/WebCore/ChangeLog	2012-11-13 02:22:18 UTC (rev 134337)
+++ trunk/Source/WebCore/ChangeLog	2012-11-13 02:28:56 UTC (rev 134338)
@@ -1,3 +1,18 @@
+2012-11-12  Tiancheng Jiang  <[email protected]>
+
+        [BlackBerry] Update BB10 form theme.
+        https://bugs.webkit.org/show_bug.cgi?id=100760
+
+        Reviewed by Rob Buis.
+
+        RIM PR 237003
+        Internally Reviewed by Eli Fidler.
+        Since we nolonger use small font for form controls, adjust paddingDivisor
+        ratio to decrease the padding value.
+
+        * platform/blackberry/RenderThemeBlackBerry.cpp:
+        (WebCore):
+
 2012-11-12  Simon Fraser  <[email protected]>
 
         Fix filter dirty rect regression from r134311

Modified: trunk/Source/WebCore/platform/blackberry/RenderThemeBlackBerry.cpp (134337 => 134338)


--- trunk/Source/WebCore/platform/blackberry/RenderThemeBlackBerry.cpp	2012-11-13 02:22:18 UTC (rev 134337)
+++ trunk/Source/WebCore/platform/blackberry/RenderThemeBlackBerry.cpp	2012-11-13 02:28:56 UTC (rev 134338)
@@ -64,7 +64,7 @@
 const float radioButtonCheckStateScaler = 7 / 30.0;
 
 // Multipliers
-const unsigned paddingDivisor = 5;
+const unsigned paddingDivisor = 10;
 const unsigned fullScreenEnlargementFactor = 2;
 const float scaleFactorThreshold = 2.0;
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to