Skip to content
Snippets Groups Projects
Commit 30c944e8 authored by Mirko Wächter's avatar Mirko Wächter
Browse files

ui layout fix of SCE

parent 01f7e04e
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -248,7 +248,7 @@
<property name="bottomMargin">
<number>0</number>
</property>
<item row="0" column="6">
<item row="0" column="7">
<widget class="QLabel" name="labelExecutionState">
<property name="text">
<string/>
......@@ -304,7 +304,7 @@
</property>
</widget>
</item>
<item row="3" column="0" colspan="10">
<item row="3" column="0" colspan="11">
<widget class="QTextEdit" name="textEditCppCode">
<property name="enabled">
<bool>true</bool>
......@@ -321,7 +321,7 @@
</property>
</widget>
</item>
<item row="0" column="9">
<item row="0" column="10">
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
......@@ -341,8 +341,11 @@
</property>
</widget>
</item>
<item row="0" column="7">
<item row="0" column="6">
<widget class="QToolButton" name="toolButtonWatchStateExecution">
<property name="toolTip">
<string>If toggled, the execution will be shown in the statechart editor.</string>
</property>
<property name="text">
<string/>
</property>
......@@ -372,7 +375,7 @@
<x>0</x>
<y>0</y>
<width>1338</width>
<height>28</height>
<height>22</height>
</rect>
</property>
</widget>
......@@ -602,7 +605,6 @@
<resources>
<include location="../../../libraries/ArmarXGuiBase/armarxicons.qrc"/>
<include location="../../../libraries/qtpropertybrowser/src/qtpropertybrowser.qrc"/>
<include location="../../../libraries/qtpropertybrowser/src/qtpropertybrowser.qrc"/>
<include location="../resources/StatechartEditor.qrc"/>
</resources>
<connections>
......
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