diff options
author | Chris Robinson <[email protected]> | 2017-02-19 22:59:55 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-02-19 22:59:55 -0800 |
commit | b23f81b686f4c72044d0d6f85b5049822f3c6a78 (patch) | |
tree | 22455048a2f0e4e03be85fb8cd50987839c3bbbf /utils/alsoft-config/mainwindow.ui | |
parent | 3761336e6cf49a7cd5075424b3c8c4a1f5e5b226 (diff) |
Remove the separate surround51rear decoder option
Both 5.1 Side and Rear configurations use 'surround51' to look up the
appropriate decoder file. The decoder loader already handles mapping between
rear and side channels, so there's no need for separate options.
Diffstat (limited to 'utils/alsoft-config/mainwindow.ui')
-rw-r--r-- | utils/alsoft-config/mainwindow.ui | 55 |
1 files changed, 8 insertions, 47 deletions
diff --git a/utils/alsoft-config/mainwindow.ui b/utils/alsoft-config/mainwindow.ui index 06f12546..f14554e6 100644 --- a/utils/alsoft-config/mainwindow.ui +++ b/utils/alsoft-config/mainwindow.ui @@ -622,7 +622,7 @@ configuration file.</string> <x>-10</x> <y>100</y> <width>551</width> - <height>191</height> + <height>161</height> </rect> </property> <property name="title"> @@ -703,56 +703,17 @@ configuration file.</string> </rect> </property> <property name="text"> - <string>5.1 Surround (Side):</string> - </property> - <property name="alignment"> - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> - </property> - </widget> - <widget class="QLabel" name="label_27"> - <property name="geometry"> - <rect> - <x>20</x> - <y>90</y> - <width>121</width> - <height>21</height> - </rect> - </property> - <property name="text"> - <string>5.1 Surround (Rear):</string> + <string>5.1 Surround:</string> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> </widget> - <widget class="QLineEdit" name="decoder51RearLineEdit"> - <property name="geometry"> - <rect> - <x>150</x> - <y>90</y> - <width>281</width> - <height>21</height> - </rect> - </property> - </widget> - <widget class="QPushButton" name="decoder51RearButton"> - <property name="geometry"> - <rect> - <x>440</x> - <y>90</y> - <width>91</width> - <height>21</height> - </rect> - </property> - <property name="text"> - <string>Browse...</string> - </property> - </widget> <widget class="QLabel" name="label_28"> <property name="geometry"> <rect> <x>20</x> - <y>120</y> + <y>90</y> <width>121</width> <height>21</height> </rect> @@ -768,7 +729,7 @@ configuration file.</string> <property name="geometry"> <rect> <x>150</x> - <y>120</y> + <y>90</y> <width>281</width> <height>21</height> </rect> @@ -778,7 +739,7 @@ configuration file.</string> <property name="geometry"> <rect> <x>440</x> - <y>120</y> + <y>90</y> <width>91</width> <height>21</height> </rect> @@ -791,7 +752,7 @@ configuration file.</string> <property name="geometry"> <rect> <x>440</x> - <y>150</y> + <y>120</y> <width>91</width> <height>21</height> </rect> @@ -804,7 +765,7 @@ configuration file.</string> <property name="geometry"> <rect> <x>150</x> - <y>150</y> + <y>120</y> <width>281</width> <height>21</height> </rect> @@ -814,7 +775,7 @@ configuration file.</string> <property name="geometry"> <rect> <x>20</x> - <y>150</y> + <y>120</y> <width>121</width> <height>21</height> </rect> |