Skip to content

Commit

Permalink
Cleaning UI.
Browse files Browse the repository at this point in the history
  • Loading branch information
fpoussin committed Dec 7, 2015
1 parent 2a36ddc commit ad56cb4
Showing 1 changed file with 35 additions and 3 deletions.
38 changes: 35 additions & 3 deletions ui/dialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,19 @@
<property name="bottomMargin">
<number>1</number>
</property>
<item>
<spacer name="horizontalSpacer_5">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="lt_version">
<property name="enabled">
Expand Down Expand Up @@ -103,11 +116,17 @@
</widget>
</item>
<item>
<widget class="Line" name="line">
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
<enum>Qt::Horizontal</enum>
</property>
</widget>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="lt_cmpdate">
Expand All @@ -129,6 +148,19 @@
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_4">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
Expand Down

0 comments on commit ad56cb4

Please sign in to comment.