Skip to content

Commit

Permalink
Merge pull request #203 from acoomans/fix_validatenow_button
Browse files Browse the repository at this point in the history
Change the "Validate Now" button
  • Loading branch information
yoe authored May 13, 2024
2 parents b4715f0 + 0572c42 commit 51aef3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1284,7 +1284,7 @@
</splitView>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="0io-gu-IzB">
<rect key="frame" x="477" y="18" width="94" height="23"/>
<buttonCell key="cell" type="roundTextured" title="Validate now" bezelStyle="texturedRounded" alignment="center" lineBreakMode="truncatingTail" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="fPW-Dr-YAR">
<buttonCell key="cell" type="push" title="Validate now" bezelStyle="rounded" alignment="center" lineBreakMode="truncatingTail" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="fPW-Dr-YAR">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
Expand Down

0 comments on commit 51aef3e

Please sign in to comment.