Small design fix to make labels on Info tab look aligned

By wrapping the Location label in a layout as well they now all look
aligned again.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-04-29 12:43:11 -07:00
parent 7704ed31ff
commit 5fe8919424

View file

@ -116,11 +116,15 @@
</layout>
</item>
<item>
<widget class="QLabel" name="LocationLabel">
<property name="text">
<string>Location</string>
</property>
</widget>
<layout class="QHBoxLayout" name="LocationLabelLayout">
<item>
<widget class="QLabel" name="LocationLabel">
<property name="text">
<string>Location</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">