Skip to content

Commit

Permalink
fixtureeditor: moved physical tab right after general tab
Browse files Browse the repository at this point in the history
  • Loading branch information
mcallegari committed Aug 5, 2018
1 parent cf30780 commit 79aef13
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions fixtureeditor/fixtureeditor.ui
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,29 @@
</item>
</layout>
</widget>
<widget class="QWidget" name="Physical">
<attribute name="title">
<string>Physical</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<layout class="QVBoxLayout" name="physicalLayout"/>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<widget class="QWidget" name="Channels">
<attribute name="title">
<string>Channels</string>
Expand Down Expand Up @@ -731,29 +754,6 @@
</item>
</layout>
</widget>
<widget class="QWidget" name="Physical">
<attribute name="title">
<string>Physical</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<layout class="QVBoxLayout" name="physicalLayout"/>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
Expand Down

0 comments on commit 79aef13

Please sign in to comment.