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

@ -115,6 +115,8 @@
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="LocationLabelLayout">
<item>
<widget class="QLabel" name="LocationLabel">
<property name="text">
@ -122,6 +124,8 @@
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>