Skip to content

Commit 32ef962

Browse files
committed
set min width on save location button
1 parent 4e96eae commit 32ef962

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

extension/Userscripts/Base.lproj/Main.storyboard

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@
109109
</textField>
110110
<button horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="WiE-Qy-xne">
111111
<rect key="frame" x="129" y="-7" width="69" height="27"/>
112+
<constraints>
113+
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="57" id="KfI-LD-AaS"/>
114+
</constraints>
112115
<buttonCell key="cell" type="push" title="Change" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="JmD-P7-oeo">
113116
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
114117
<font key="font" metaFont="message" size="11"/>

0 commit comments

Comments
 (0)