Browse Source

Make compact meters all the same size

tags/1.9.6
falkTX 9 years ago
parent
commit
c944b3d165
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      resources/ui/carla_plugin_compact.ui

+ 5
- 5
resources/ui/carla_plugin_compact.ui View File

@@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>425</width>
<width>446</width>
<height>30</height>
</rect>
</property>
@@ -265,13 +265,13 @@
<widget class="DigitalPeakMeter" name="peak_in" native="true">
<property name="minimumSize">
<size>
<width>80</width>
<width>100</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>80</width>
<width>100</width>
<height>16777215</height>
</size>
</property>
@@ -281,13 +281,13 @@
<widget class="DigitalPeakMeter" name="peak_out" native="true">
<property name="minimumSize">
<size>
<width>80</width>
<width>100</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>80</width>
<width>100</width>
<height>16777215</height>
</size>
</property>


Loading…
Cancel
Save