diff options
author | Chris Robinson <[email protected]> | 2013-07-10 10:53:01 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2013-07-10 10:53:01 -0700 |
commit | 0a95c470b009fe810974fb8848e876b6329e7dd7 (patch) | |
tree | 5de5ddf9af85d3f3ec4f40466296778c339a03c3 /utils | |
parent | 7ebc1bb69e194276a004b31eda6d58758fea50d5 (diff) |
Some .ui changes that Qt Designer insists on
Diffstat (limited to 'utils')
-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> |