Skip to content

Commit

Permalink
fix width of the icons in the autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
brindy committed Mar 14, 2024
1 parent c40dd94 commit 25e6c1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DuckDuckGo/Base.lproj/Autocomplete.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="252" verticalHuggingPriority="251" image="SuggestLoupe" translatesAutoresizingMaskIntoConstraints="NO" id="Dnd-CT-WA4">
<rect key="frame" x="16" y="11" width="24" height="24"/>
<constraints>
<constraint firstAttribute="width" constant="24" id="XbS-9a-1vc"/>
<constraint firstAttribute="height" constant="24" id="Y0E-R6-git"/>
</constraints>
</imageView>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" distribution="fillEqually" translatesAutoresizingMaskIntoConstraints="NO" id="L3L-RT-TDk">
<rect key="frame" x="48" y="4" width="39.5" height="38"/>
Expand Down

0 comments on commit 25e6c1a

Please sign in to comment.