mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
7704ed31ff
commit
5fe8919424
1 changed files with 9 additions and 5 deletions
|
@ -116,11 +116,15 @@
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="LocationLabel">
|
<layout class="QHBoxLayout" name="LocationLabelLayout">
|
||||||
<property name="text">
|
<item>
|
||||||
<string>Location</string>
|
<widget class="QLabel" name="LocationLabel">
|
||||||
</property>
|
<property name="text">
|
||||||
</widget>
|
<string>Location</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
||||||
|
|
Loading…
Add table
Reference in a new issue