Browse Source

Disable the hue/bright/sat/contrast sliders

Since they aren't implemented for now.
pull/1768/head
Tux3 / Mlkj / !Lev.uXFMLA 10 years ago committed by tux3
parent
commit
61f331635f
  1. 12
      src/widget/form/settings/avsettings.ui

12
src/widget/form/settings/avsettings.ui

@ -195,6 +195,9 @@ which may lead to problems with video calls.</string> @@ -195,6 +195,9 @@ which may lead to problems with video calls.</string>
</item>
<item row="3" column="2">
<widget class="QSlider" name="BrightnessSlider">
<property name="enabled">
<bool>false</bool>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
@ -202,6 +205,9 @@ which may lead to problems with video calls.</string> @@ -202,6 +205,9 @@ which may lead to problems with video calls.</string>
</item>
<item row="2" column="2">
<widget class="QSlider" name="HueSlider">
<property name="enabled">
<bool>false</bool>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
@ -223,6 +229,9 @@ which may lead to problems with video calls.</string> @@ -223,6 +229,9 @@ which may lead to problems with video calls.</string>
</item>
<item row="4" column="2">
<widget class="QSlider" name="SaturationSlider">
<property name="enabled">
<bool>false</bool>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
@ -272,6 +281,9 @@ which may lead to problems with video calls.</string> @@ -272,6 +281,9 @@ which may lead to problems with video calls.</string>
</item>
<item row="5" column="2">
<widget class="QSlider" name="ContrastSlider">
<property name="enabled">
<bool>false</bool>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>

Loading…
Cancel
Save