mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-12 19:19:03 +00:00
AudioPane: Remove main layout vertical stretching
This commit is contained in:
parent
8f9bb5612a
commit
a2e1ddc354
2 changed files with 12 additions and 10 deletions
|
@ -13,8 +13,8 @@ enum class DPL2Quality;
|
|||
|
||||
class QCheckBox;
|
||||
class QComboBox;
|
||||
class QHBoxLayout;
|
||||
class QLabel;
|
||||
class QGridLayout;
|
||||
class QRadioButton;
|
||||
class QSlider;
|
||||
class QSpinBox;
|
||||
|
@ -45,7 +45,7 @@ private:
|
|||
QString GetDPL2ApproximateLatencyLabel(AudioCommon::DPL2Quality value) const;
|
||||
void EnableDolbyQualityWidgets(bool enabled) const;
|
||||
|
||||
QGridLayout* m_main_layout;
|
||||
QHBoxLayout* m_main_layout;
|
||||
|
||||
// DSP Engine
|
||||
QRadioButton* m_dsp_hle;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue