Skip to content

Commit

Permalink
fix gui
Browse files Browse the repository at this point in the history
  • Loading branch information
TNTwise committed Nov 10, 2024
1 parent 140e935 commit 022e2ee
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions testRVEInterface.ui
Original file line number Diff line number Diff line change
Expand Up @@ -999,6 +999,12 @@ QTabWidget::pane { /* The tab widget frame */
</item>
<item>
<widget class="QWidget" name="widget_2" native="true">
<property name="maximumSize">
<size>
<width>16000</width>
<height>150</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">QWidget{
background-color:#1f232a;
Expand All @@ -1021,13 +1027,13 @@ border-radius:10px;
<property name="minimumSize">
<size>
<width>0</width>
<height>120</height>
<height>125</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>130</height>
<height>125</height>
</size>
</property>
<property name="accessibleDescription">
Expand Down

0 comments on commit 022e2ee

Please sign in to comment.