diff options
-rw-r--r-- | utils/alsoft-config/mainwindow.ui | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/utils/alsoft-config/mainwindow.ui b/utils/alsoft-config/mainwindow.ui index f1333805..4c7d0c69 100644 --- a/utils/alsoft-config/mainwindow.ui +++ b/utils/alsoft-config/mainwindow.ui @@ -14,7 +14,9 @@ <string>OpenAL Soft Configuration</string> </property> <property name="windowIcon"> - <iconset theme="preferences-desktop-sound"/> + <iconset theme="preferences-desktop-sound"> + <normaloff/> + </iconset> </property> <widget class="QWidget" name="centralWidget"> <widget class="QPushButton" name="applyButton"> @@ -30,7 +32,9 @@ <string>Apply</string> </property> <property name="icon"> - <iconset theme="dialog-ok-apply"/> + <iconset theme="dialog-ok-apply"> + <normaloff/> + </iconset> </property> </widget> <widget class="QTabWidget" name="tabWidget"> @@ -1332,7 +1336,9 @@ added by the ALC_EXT_DEDICATED extension.</string> </widget> <action name="actionQuit"> <property name="icon"> - <iconset theme="application-exit"/> + <iconset theme="application-exit"> + <normaloff/> + </iconset> </property> <property name="text"> <string>&Quit</string> @@ -1340,7 +1346,9 @@ added by the ALC_EXT_DEDICATED extension.</string> </action> <action name="actionSave_As"> <property name="icon"> - <iconset theme="document-save-as"/> + <iconset theme="document-save-as"> + <normaloff/> + </iconset> </property> <property name="text"> <string>Save &As...</string> @@ -1351,7 +1359,9 @@ added by the ALC_EXT_DEDICATED extension.</string> </action> <action name="actionLoad"> <property name="icon"> - <iconset theme="document-open"/> + <iconset theme="document-open"> + <normaloff/> + </iconset> </property> <property name="text"> <string>&Load...</string> |