Skip to content

Commit

Permalink
Merge pull request #13848 from ronso0/pref-mixer-fix-xfader-graphic-size
Browse files Browse the repository at this point in the history
(fix) Pref Mixer: fix crossader graph
  • Loading branch information
Swiftb0y authored Nov 9, 2024
2 parents 9381a84 + 7255f8a commit 9bb5d8c
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions src/preferences/dialog/dlgprefmixerdlg.ui
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<string>Crossfader Preferences</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">

<item>
<widget class="QGroupBox" name="groupBox">
<property name="title">
Expand Down Expand Up @@ -162,7 +163,7 @@
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
<property name="fixedSize" stdset="0">
<property name="fixedSize">
<size>
<width>123</width>
<height>83</height>
Expand All @@ -188,6 +189,7 @@
</layout>
</widget>
</item>

<item>
<widget class="QGroupBox" name="DeckEqualizerOptions">
<property name="title">
Expand Down Expand Up @@ -237,7 +239,7 @@
<property name="text">
<string>Equalizer Plugin</string>
</property>
<property name="leftMargin" stdset="0">
<property name="leftMargin">
<number>3</number>
</property>
</widget>
Expand Down Expand Up @@ -274,6 +276,7 @@
</layout>
</widget>
</item>

<item>
<widget class="QCheckBox" name="CheckBoxBypass">
<property name="toolTip">
Expand All @@ -284,6 +287,7 @@
</property>
</widget>
</item>

<item>
<widget class="QCheckBox" name="CheckBoxEqAutoReset">
<property name="toolTip">
Expand All @@ -294,6 +298,7 @@
</property>
</widget>
</item>

<item>
<widget class="QCheckBox" name="CheckBoxGainAutoReset">
<property name="toolTip">
Expand All @@ -304,6 +309,7 @@
</property>
</widget>
</item>

<item>
<widget class="QCheckBox" name="CheckBoxStemAutoReset">
<property name="text">
Expand All @@ -314,15 +320,18 @@
</layout>
</widget>
</item>

<item>
<widget class="QGroupBox" name="GroupEQSliders">
<property name="title">
<string>Equalizer frequency Shelves</string>
</property>
<layout class="QVBoxLayout" name="vBoxLayout_1">

<item>
<widget class="QWidget" name="GroupHiEQ" native="true">
<layout class="QVBoxLayout" name="vBoxLayout_2">

<item>
<widget class="QLabel" name="label_highshelf">
<property name="font">
Expand All @@ -339,6 +348,7 @@
</property>
</widget>
</item>

<item>
<widget class="QSlider" name="SliderHiEQ">
<property name="minimum">
Expand All @@ -361,6 +371,7 @@
</property>
</widget>
</item>

<item>
<layout class="QHBoxLayout" name="sliderHiEQ_labels">
<item>
Expand Down Expand Up @@ -424,12 +435,15 @@
</item>
</layout>
</item>

</layout>
</widget>
</item>

<item>
<widget class="QWidget" name="GroupLoEQ" native="true">
<layout class="QVBoxLayout" name="vBoxLayout_3">

<item>
<widget class="QLabel" name="label_lowshelf">
<property name="font">
Expand All @@ -446,6 +460,7 @@
</property>
</widget>
</item>

<item>
<widget class="QSlider" name="SliderLoEQ">
<property name="minimum">
Expand All @@ -468,6 +483,7 @@
</property>
</widget>
</item>

<item>
<layout class="QHBoxLayout" name="sliderLoEQ_labels">
<item>
Expand Down Expand Up @@ -531,18 +547,22 @@
</item>
</layout>
</item>

</layout>
</widget>
</item>

</layout>
</widget>
</item>

<item>
<widget class="QGroupBox" name="MainMainEQ">
<property name="title">
<string>Main EQ</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">

<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
Expand Down Expand Up @@ -593,6 +613,7 @@
</layout>
</widget>
</item>

<item>
<spacer>
<property name="orientation">
Expand All @@ -606,6 +627,7 @@
</property>
</spacer>
</item>

</layout>
</widget>
<layoutdefault spacing="6" margin="11"/>
Expand Down

0 comments on commit 9bb5d8c

Please sign in to comment.