Revision: 9650
Author: [email protected]
Date: Fri Jan 28 06:53:00 2011
Log: Setting the line-height of the splitter in Vertical/HorizontalSplitPanel to 0px so the font size does not affect the splitter height, which causes odd rendering effects.

Review at http://gwt-code-reviews.appspot.com/1335801

Review by: [email protected]
http://code.google.com/p/google-web-toolkit/source/detail?r=9650

Modified:
/trunk/user/src/com/google/gwt/user/theme/chrome/public/gwt/chrome/chrome.css /trunk/user/src/com/google/gwt/user/theme/chrome/public/gwt/chrome/chrome_rtl.css
 /trunk/user/src/com/google/gwt/user/theme/dark/public/gwt/dark/dark.css
 /trunk/user/src/com/google/gwt/user/theme/dark/public/gwt/dark/dark_rtl.css
/trunk/user/src/com/google/gwt/user/theme/standard/public/gwt/standard/standard.css /trunk/user/src/com/google/gwt/user/theme/standard/public/gwt/standard/standard_rtl.css

=======================================
--- /trunk/user/src/com/google/gwt/user/theme/chrome/public/gwt/chrome/chrome.css Fri Oct 8 10:03:48 2010 +++ /trunk/user/src/com/google/gwt/user/theme/chrome/public/gwt/chrome/chrome.css Fri Jan 28 06:53:00 2011
@@ -230,6 +230,7 @@
   cursor: move;
   border: 0px;
   background: #91c0ef url(images/vborder.png) repeat-y;
+  line-height: 0px;
 }
 .gwt-VerticalSplitPanel {
 }
@@ -237,6 +238,7 @@
   cursor: move;
   border: 0px;
   background: #91c0ef url(images/hborder.png) repeat-x;
+  line-height: 0px;
 }

 .gwt-HTML {
=======================================
--- /trunk/user/src/com/google/gwt/user/theme/chrome/public/gwt/chrome/chrome_rtl.css Fri Oct 8 10:03:48 2010 +++ /trunk/user/src/com/google/gwt/user/theme/chrome/public/gwt/chrome/chrome_rtl.css Fri Jan 28 06:53:00 2011
@@ -230,6 +230,7 @@
   cursor: move;
   border: 0px;
   background: #91c0ef url(images/vborder.png) repeat-y;
+  line-height: 0px;
 }
 .gwt-VerticalSplitPanel {
 }
@@ -237,6 +238,7 @@
   cursor: move;
   border: 0px;
   background: #91c0ef url(images/hborder.png) repeat-x;
+  line-height: 0px;
 }

 .gwt-HTML {
=======================================
--- /trunk/user/src/com/google/gwt/user/theme/dark/public/gwt/dark/dark.css Fri Oct 8 10:03:48 2010 +++ /trunk/user/src/com/google/gwt/user/theme/dark/public/gwt/dark/dark.css Fri Jan 28 06:53:00 2011
@@ -213,6 +213,7 @@
   cursor: move;
   border: 0px;
   background: #00CCFF;
+  line-height: 0px;
 }
 .gwt-VerticalSplitPanel {
 }
@@ -220,6 +221,7 @@
   cursor: move;
   border: 0px;
   background: #00CCFF;
+  line-height: 0px;
 }

 .gwt-HTML {
=======================================
--- /trunk/user/src/com/google/gwt/user/theme/dark/public/gwt/dark/dark_rtl.css Fri Oct 8 10:03:48 2010 +++ /trunk/user/src/com/google/gwt/user/theme/dark/public/gwt/dark/dark_rtl.css Fri Jan 28 06:53:00 2011
@@ -213,6 +213,7 @@
   cursor: move;
   border: 0px;
   background: #00CCFF;
+  line-height: 0px;
 }
 .gwt-VerticalSplitPanel {
 }
@@ -220,6 +221,7 @@
   cursor: move;
   border: 0px;
   background: #00CCFF;
+  line-height: 0px;
 }

 .gwt-HTML {
=======================================
--- /trunk/user/src/com/google/gwt/user/theme/standard/public/gwt/standard/standard.css Fri Oct 8 10:03:48 2010 +++ /trunk/user/src/com/google/gwt/user/theme/standard/public/gwt/standard/standard.css Fri Jan 28 06:53:00 2011
@@ -230,6 +230,7 @@
   cursor: move;
   border: 0px;
   background: #91c0ef url(images/vborder.png) repeat-y;
+  line-height: 0px;
 }
 .gwt-VerticalSplitPanel {
 }
@@ -237,6 +238,7 @@
   cursor: move;
   border: 0px;
   background: #91c0ef url(images/hborder.png) repeat-x;
+  line-height: 0px;
 }

 .gwt-HTML {
=======================================
--- /trunk/user/src/com/google/gwt/user/theme/standard/public/gwt/standard/standard_rtl.css Fri Oct 8 10:03:48 2010 +++ /trunk/user/src/com/google/gwt/user/theme/standard/public/gwt/standard/standard_rtl.css Fri Jan 28 06:53:00 2011
@@ -230,6 +230,7 @@
   cursor: move;
   border: 0px;
   background: #91c0ef url(images/vborder.png) repeat-y;
+  line-height: 0px;
 }
 .gwt-VerticalSplitPanel {
 }
@@ -237,6 +238,7 @@
   cursor: move;
   border: 0px;
   background: #91c0ef url(images/hborder.png) repeat-x;
+  line-height: 0px;
 }

 .gwt-HTML {

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to