Title: [186603] trunk/Tools
Revision
186603
Author
timothy_hor...@apple.com
Date
2015-07-09 12:30:25 -0700 (Thu, 09 Jul 2015)

Log Message

Increase MiniBrowser location bar maximum width
https://bugs.webkit.org/show_bug.cgi?id=146779

Reviewed by Simon Fraser.

* MiniBrowser/mac/BrowserWindow.xib:
Have an enormous maximum width on the location bar, so that it doesn't
stop expanding with the window at 800px.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (186602 => 186603)


--- trunk/Tools/ChangeLog	2015-07-09 19:25:25 UTC (rev 186602)
+++ trunk/Tools/ChangeLog	2015-07-09 19:30:25 UTC (rev 186603)
@@ -1,3 +1,14 @@
+2015-07-09  Timothy Horton  <timothy_hor...@apple.com>
+
+        Increase MiniBrowser location bar maximum width
+        https://bugs.webkit.org/show_bug.cgi?id=146779
+
+        Reviewed by Simon Fraser.
+
+        * MiniBrowser/mac/BrowserWindow.xib:
+        Have an enormous maximum width on the location bar, so that it doesn't
+        stop expanding with the window at 800px.
+
 2015-07-08  Brady Eidson  <beid...@apple.com>
 
         Crash calling [WebView close] in didFinishLoadForFrame callback.

Modified: trunk/Tools/MiniBrowser/mac/BrowserWindow.xib (186602 => 186603)


--- trunk/Tools/MiniBrowser/mac/BrowserWindow.xib	2015-07-09 19:25:25 UTC (rev 186602)
+++ trunk/Tools/MiniBrowser/mac/BrowserWindow.xib	2015-07-09 19:30:25 UTC (rev 186603)
@@ -113,7 +113,7 @@
                     <toolbarItem implicitItemIdentifier="255D29F2-C9AA-4B4B-BB43-B38FCD6A0BBB" label="Location" paletteLabel="Location" id="59">
                         <nil key="toolTip"/>
                         <size key="minSize" width="200" height="22"/>
-                        <size key="maxSize" width="800" height="22"/>
+                        <size key="maxSize" width="100000" height="22"/>
                         <textField key="view" verticalHuggingPriority="750" id="10">
                             <rect key="frame" x="0.0" y="14" width="565" height="22"/>
                             <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to