Skip to content
This repository was archived by the owner on Apr 3, 2020. It is now read-only.

Commit caffab6

Browse files
committed
Merge: "mac: Fix a focus ring visual bug in the media content settings bubble." to 2490.
> The parent view of the button was too small, and the button lay outside the > bounds of its parent view. Increasing the size of its parent view fixed the > problem. > > BUG=525544 > > Review URL: https://codereview.chromium.org/1312163006 > > Cr-Commit-Position: refs/heads/master@{#347549} BUG=525544 [email protected], [email protected] Review URL: https://codereview.chromium.org/1328673004 . Cr-Commit-Position: refs/branch-heads/2490@{#192} Cr-Branched-From: 7790a35-refs/heads/master@{#344925}
1 parent ecc1246 commit caffab6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

chrome/app/nibs/ContentBlockedMedia.xib

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="5056" systemVersion="13F1077" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
2+
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="5056" systemVersion="13F1112" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
33
<dependencies>
44
<deployment version="1060" identifier="macosx"/>
55
<development version="5100" identifier="xcode"/>
@@ -76,7 +76,7 @@
7676
</subviews>
7777
</customView>
7878
<customView id="29" customClass="GTMWidthBasedTweaker">
79-
<rect key="frame" x="193" y="0.0" width="123" height="37"/>
79+
<rect key="frame" x="193" y="0.0" width="123" height="41"/>
8080
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxY="YES"/>
8181
<subviews>
8282
<button verticalHuggingPriority="750" id="17">
@@ -96,7 +96,7 @@ DQ
9696
</subviews>
9797
</customView>
9898
<customView id="28" customClass="GTMWidthBasedTweaker">
99-
<rect key="frame" x="0.0" y="0.0" width="194" height="37"/>
99+
<rect key="frame" x="0.0" y="0.0" width="194" height="41"/>
100100
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxX="YES" flexibleMaxY="YES"/>
101101
<subviews>
102102
<button verticalHuggingPriority="750" id="15">

0 commit comments

Comments
 (0)