mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-20 19:51:32 -05:00
express auto-expiration settings in a single row
This commit is contained in:
parent
9eae0b318e
commit
626f592c98
@ -278,31 +278,21 @@
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="autoExtendExpire">
|
||||
<property name="toolTip">
|
||||
<string>Toggle auto updating expiration</string>
|
||||
</property>
|
||||
<property name="accessibleName">
|
||||
<string>Toggle auto updating expiration date</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Update when password is changed:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<layout class="QHBoxLayout" name="horizontalautoUpdate">
|
||||
<property name="spacing">
|
||||
<number>1</number>
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QLabel" name="notesHint">
|
||||
<property name="text">
|
||||
<string>Extend by: </string>
|
||||
<widget class="QCheckBox" name="autoExtendExpire">
|
||||
<property name="toolTip">
|
||||
<string>Toggle auto updating expiration</string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignTop</set>
|
||||
<property name="accessibleName">
|
||||
<string>Toggle auto updating expiration date</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Extend when password is changed, by:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
Loading…
Reference in New Issue
Block a user