Skip to content

Commit

Permalink
[dbmanager] fix versioning dialog UI (overlapping line edits)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Aug 25, 2018
1 parent d65ad45 commit 267b049
Showing 1 changed file with 3 additions and 7 deletions.
Expand Up @@ -131,18 +131,15 @@
<property name="text">
<string>User role</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="2" column="1">
<item row="3" column="1">
<widget class="QLineEdit" name="editUser">
<property name="text">
<string>time_end</string>
<string>user_role</string>
</property>
</widget>
</item>
</item>
</layout>
</widget>
</item>
Expand Down Expand Up @@ -190,7 +187,6 @@
<tabstop>editPkey</tabstop>
<tabstop>editStart</tabstop>
<tabstop>editEnd</tabstop>
<tabstop>editUser</tabstop>
<tabstop>txtSql</tabstop>
<tabstop>buttonBox</tabstop>
</tabstops>
Expand Down

0 comments on commit 267b049

Please sign in to comment.