Skip to content
Snippets Groups Projects
Commit fe23f8de authored by hjk's avatar hjk
Browse files

debugger: move spacer in "Start External" dialog to a better place

parent 88a248d3
No related branches found
No related tags found
No related merge requests found
...@@ -20,19 +20,6 @@ ...@@ -20,19 +20,6 @@
<property name="margin"> <property name="margin">
<number>9</number> <number>9</number>
</property> </property>
<item>
<spacer>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>407</width>
<height>16</height>
</size>
</property>
</spacer>
</item>
<item> <item>
<layout class="QGridLayout"> <layout class="QGridLayout">
<property name="margin"> <property name="margin">
...@@ -87,6 +74,19 @@ ...@@ -87,6 +74,19 @@
</item> </item>
</layout> </layout>
</item> </item>
<item>
<spacer>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>407</width>
<height>16</height>
</size>
</property>
</spacer>
</item>
<item> <item>
<widget class="Line" name="line"> <widget class="Line" name="line">
<property name="orientation"> <property name="orientation">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment