Skip to content

Commit

Permalink
oscilloscope: fix gui header spacing
Browse files Browse the repository at this point in the history
Signed-off-by: ioanachelaru <[email protected]>
  • Loading branch information
ioanachelaru authored and ioanachelaru committed Nov 22, 2021
1 parent edbf151 commit 4476141
Showing 1 changed file with 8 additions and 18 deletions.
26 changes: 8 additions & 18 deletions ui/oscilloscope.ui
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@
<property name="spacing">
<number>40</number>
</property>
<property name="leftMargin">
<number>40</number>
</property>
<property name="topMargin">
<number>15</number>
</property>
Expand All @@ -73,22 +76,6 @@
<property name="bottomMargin">
<number>9</number>
</property>
<item>
<spacer name="horizontalSpacer_7">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>10</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="adiscope::LinkedButton" name="btnHelp">
<property name="text">
Expand Down Expand Up @@ -163,7 +150,7 @@ Signal View</string>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<width>10</width>
<height>20</height>
</size>
</property>
Expand All @@ -176,7 +163,7 @@ Signal View</string>
<widget class="QWidget" name="widget" native="true">
<property name="minimumSize">
<size>
<width>30</width>
<width>95</width>
<height>0</height>
</size>
</property>
Expand Down Expand Up @@ -737,6 +724,9 @@ QPushButton:checked { border-image: url(:/icons/setup_btn_checked.svg); }</strin
<resources>
<include location="../resources/resources.qrc"/>
<include location="../resources/resources.qrc"/>
<include location="../resources/resources.qrc"/>
<include location="../resources/resources.qrc"/>
<include location="../resources/resources.qrc"/>
</resources>
<connections>
<connection>
Expand Down

0 comments on commit 4476141

Please sign in to comment.