Title: [184873] trunk/Source/WebInspectorUI
Revision
184873
Author
nvasil...@apple.com
Date
2015-05-26 14:20:50 -0700 (Tue, 26 May 2015)

Log Message

Web Inspector: The bottom part "debugger" is clipped in the tab’s title
https://bugs.webkit.org/show_bug.cgi?id=145381

Reviewed by Timothy Hatcher.

* UserInterface/Views/TabBar.css:
(.tab-bar > .item):
Set line-height to fit "debugger". Setting line-height to 16px, which is the
size of the tabs icons, moves the text one pixel up, so set it to 15px.

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (184872 => 184873)


--- trunk/Source/WebInspectorUI/ChangeLog	2015-05-26 21:18:37 UTC (rev 184872)
+++ trunk/Source/WebInspectorUI/ChangeLog	2015-05-26 21:20:50 UTC (rev 184873)
@@ -1,3 +1,15 @@
+2015-05-26  Nikita Vasilyev  <nvasil...@apple.com>
+
+        Web Inspector: The bottom part "debugger" is clipped in the tab’s title
+        https://bugs.webkit.org/show_bug.cgi?id=145381
+
+        Reviewed by Timothy Hatcher.
+
+        * UserInterface/Views/TabBar.css:
+        (.tab-bar > .item):
+        Set line-height to fit "debugger". Setting line-height to 16px, which is the
+        size of the tabs icons, moves the text one pixel up, so set it to 15px.
+
 2015-05-26  Dan Bernstein  <m...@apple.com>
 
         <rdar://problem/21104551> Update build settings

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/TabBar.css (184872 => 184873)


--- trunk/Source/WebInspectorUI/UserInterface/Views/TabBar.css	2015-05-26 21:18:37 UTC (rev 184872)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/TabBar.css	2015-05-26 21:20:50 UTC (rev 184873)
@@ -87,6 +87,7 @@
     border-top: 1px solid rgb(168, 168, 168);
 
     height: 100%;
+    line-height: 15px;
     outline: none;
 
     /* FIXME: These cause noticeable transitions when focusing the window. Fix that with _javascript_? */
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to