1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-16 19:14:06 +02:00

Tighten up margins in diagnostics dialog

This commit is contained in:
Leo Franchi
2011-08-14 17:54:16 -04:00
parent afbe74bc13
commit 0e7fae2b5a

View File

@@ -6,8 +6,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>621</width> <width>724</width>
<height>434</height> <height>433</height>
</rect> </rect>
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
@@ -20,6 +20,9 @@
<string>Tomahawk Diagnostics</string> <string>Tomahawk Diagnostics</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_2"> <layout class="QVBoxLayout" name="verticalLayout_2">
<property name="margin">
<number>4</number>
</property>
<item> <item>
<layout class="QVBoxLayout" name="verticalLayout"> <layout class="QVBoxLayout" name="verticalLayout">
<item> <item>
@@ -57,8 +60,6 @@
</item> </item>
</layout> </layout>
</widget> </widget>
<resources> <resources/>
<include location="../resources.qrc"/>
</resources>
<connections/> <connections/>
</ui> </ui>