mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-28 00:39:43 -05:00
Move password generator widget to the right row.
This commit is contained in:
parent
3af2307468
commit
350cf4b00a
@ -87,10 +87,7 @@
|
|||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
<item row="6" column="1">
|
<item row="7" column="0">
|
||||||
<widget class="QLineEdit" name="urlEdit"/>
|
|
||||||
</item>
|
|
||||||
<item row="6" column="0">
|
|
||||||
<widget class="QLabel" name="urlLabel">
|
<widget class="QLabel" name="urlLabel">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>URL:</string>
|
<string>URL:</string>
|
||||||
@ -98,7 +95,7 @@
|
|||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="7" column="1">
|
<item row="7" column="1">
|
||||||
<widget class="PasswordGeneratorWidget" name="passwordGenerator" native="true"/>
|
<widget class="QLineEdit" name="urlEdit"/>
|
||||||
</item>
|
</item>
|
||||||
<item row="8" column="0">
|
<item row="8" column="0">
|
||||||
<widget class="QCheckBox" name="expireCheck">
|
<widget class="QCheckBox" name="expireCheck">
|
||||||
@ -145,6 +142,9 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
<item row="6" column="1">
|
||||||
|
<widget class="PasswordGeneratorWidget" name="passwordGenerator" native="true"/>
|
||||||
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<customwidgets>
|
<customwidgets>
|
||||||
|
Loading…
Reference in New Issue
Block a user