Skip to content

Commit

Permalink
[QT]
Browse files Browse the repository at this point in the history
QT 5.15 fixes for alignment errors
  • Loading branch information
matt2005 committed Oct 10, 2020
1 parent 2b36772 commit fd3a00a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/autoapp/UI/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -4171,9 +4171,6 @@ border: 2px solid rgba(255,255,255,0.5);</string>
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="itemAlignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
Expand Down Expand Up @@ -4261,7 +4258,7 @@ height: 50px;
<enum>QListView::Static</enum>
</property>
<property name="isWrapping" stdset="0">
<bool>false</bool>
<bool>true</bool>
</property>
<property name="resizeMode">
<enum>QListView::Fixed</enum>
Expand All @@ -4281,9 +4278,6 @@ height: 50px;
<property name="viewMode">
<enum>QListView::ListMode</enum>
</property>
<property name="itemAlignment">
<set>Qt::AlignCenter</set>
</property>
<property name="currentRow">
<number>-1</number>
</property>
Expand Down

0 comments on commit fd3a00a

Please sign in to comment.