Skip to content

Commit

Permalink
Merge pull request #1000 from ann0see/mulyaj_ASIOUI
Browse files Browse the repository at this point in the history
Settings UI changes for ASIO
  • Loading branch information
ann0see authored Feb 14, 2021
2 parents 03e58c8 + 1287d96 commit aaf1d97
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion src/clientsettingsdlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ CClientSettingsDlg::CClientSettingsDlg ( CClient* pNCliP,

// init driver button
#ifdef _WIN32
butDriverSetup->setText ( tr ( "ASIO Setup" ) );
butDriverSetup->setText ( tr ( "ASIO Device Settings" ) );
#else
// no use for this button for MacOS/Linux right now -> hide it
butDriverSetup->hide();
Expand Down
60 changes: 30 additions & 30 deletions src/clientsettingsdlgbase.ui
Original file line number Diff line number Diff line change
Expand Up @@ -28,36 +28,38 @@
</property>
<layout class="QVBoxLayout">
<item>
<widget class="QLabel" name="lblSoundcardDevice">
<property name="text">
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>Device</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="cbxSoundcard">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>153</width>
<height>0</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="butDriverSetup">
<property name="text">
<string>Driver Setup</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<widget class="QComboBox" name="cbxSoundcard">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>153</width>
<height>0</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="butDriverSetup">
<property name="text">
<string>Driver Setup</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
Expand Down Expand Up @@ -665,8 +667,6 @@
</customwidget>
</customwidgets>
<tabstops>
<tabstop>cbxSoundcard</tabstop>
<tabstop>butDriverSetup</tabstop>
<tabstop>cbxLInChan</tabstop>
<tabstop>cbxRInChan</tabstop>
<tabstop>cbxLOutChan</tabstop>
Expand Down

0 comments on commit aaf1d97

Please sign in to comment.