mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-18 02:39:30 +00:00
Added ability to set default password generation settings (issue #166)
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
<outlet property="passwordLengthTextFiedl" destination="182" id="473"/>
|
||||
<outlet property="passwordLengthTextField" destination="182" id="481"/>
|
||||
<outlet property="passwordTextField" destination="152" id="482"/>
|
||||
<outlet property="setDefaultButton" destination="yil-UB-jtO" id="nhh-ys-rmw"/>
|
||||
<outlet property="shouldCopyPasswordToPasteboardButton" destination="500" id="n2M-pB-2ol"/>
|
||||
<outlet property="symbolsButton" destination="464" id="596"/>
|
||||
<outlet property="upperCaseButton" destination="452" id="592"/>
|
||||
@@ -233,6 +234,17 @@
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="yil-UB-jtO">
|
||||
<rect key="frame" x="20" y="18" width="83" height="25"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<buttonCell key="cell" type="roundTextured" title="Set Default" bezelStyle="texturedRounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="Wvs-Md-Ob8">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
<connections>
|
||||
<action selector="_setDefault:" target="-2" id="EwI-y0-Luh"/>
|
||||
</connections>
|
||||
</buttonCell>
|
||||
</button>
|
||||
</subviews>
|
||||
<constraints>
|
||||
<constraint firstItem="148" firstAttribute="leading" secondItem="1" secondAttribute="leading" constant="20" symbolic="YES" id="151"/>
|
||||
|
||||
Reference in New Issue
Block a user