mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-29 00:47:32 -04:00
Move password generator widget to the right row.
This commit is contained in:
parent
3af2307468
commit
350cf4b00a
1 changed files with 5 additions and 5 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue