mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-27 16:55:19 -04:00
Right-align expires checkbox
This commit is contained in:
parent
ac52f73af2
commit
daf0b72eed
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@
|
||||||
<item row="5" column="1">
|
<item row="5" column="1">
|
||||||
<widget class="QLineEdit" name="urlEdit"/>
|
<widget class="QLineEdit" name="urlEdit"/>
|
||||||
</item>
|
</item>
|
||||||
<item row="7" column="0">
|
<item row="7" column="0" alignment="Qt::AlignRight">
|
||||||
<widget class="QCheckBox" name="expireCheck">
|
<widget class="QCheckBox" name="expireCheck">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Expires</string>
|
<string>Expires</string>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue