diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-14 11:18:44 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-14 11:18:44 +0900 |
commit | 4bf96445fca997059cf8c1148dc8ac54552cbe85 (patch) | |
tree | 53f4a6a84d63a7aa1678ac9ac9069d2718dcd4dd | |
parent | ae62dd7c017f17212d0cfea5eb145e674057ea73 (diff) | |
download | twin-style-dekorator-4bf96445fca997059cf8c1148dc8ac54552cbe85.tar.gz twin-style-dekorator-4bf96445fca997059cf8c1148dc8ac54552cbe85.zip |
Remove unnecessary accelerators from .ui files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | client/config/configdialog.ui | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/client/config/configdialog.ui b/client/config/configdialog.ui index 2e95500..3de1a43 100644 --- a/client/config/configdialog.ui +++ b/client/config/configdialog.ui @@ -72,9 +72,6 @@ <property name="text"> <string>L&eft</string> </property> - <property name="accel"> - <string>Alt+E</string> - </property> <property name="toolTip" stdset="0"> <string></string> </property> @@ -86,9 +83,6 @@ <property name="text"> <string>&Center</string> </property> - <property name="accel"> - <string>Alt+C</string> - </property> <property name="checked"> <bool>false</bool> </property> @@ -103,9 +97,6 @@ <property name="text"> <string>Ri&ght</string> </property> - <property name="accel"> - <string>Alt+G</string> - </property> <property name="toolTip" stdset="0"> <string></string> </property> @@ -130,9 +121,6 @@ <property name="text"> <string>&Use shadowed text</string> </property> - <property name="accel"> - <string>Alt+U</string> - </property> </widget> <widget class="TQLayoutWidget"> <property name="name"> @@ -457,9 +445,6 @@ <property name="text"> <string>Use menu button image insted o&f the app icon</string> </property> - <property name="accel"> - <string>Alt+F</string> - </property> </widget> <widget class="TQCheckBox"> <property name="name"> @@ -476,9 +461,6 @@ <property name="text"> <string>Close &window by by double clicking the menu button</string> </property> - <property name="accel"> - <string>Alt+W</string> - </property> </widget> <widget class="TQCheckBox"> <property name="name"> @@ -487,9 +469,6 @@ <property name="text"> <string>Show &bottom border when window is shaded</string> </property> - <property name="accel"> - <string>Alt+B</string> - </property> </widget> </vbox> </widget> @@ -560,9 +539,6 @@ <property name="text"> <string>Colorize &frames</string> </property> - <property name="accel"> - <string>Alt+F</string> - </property> </widget> <widget class="TQCheckBox"> <property name="name"> @@ -571,9 +547,6 @@ <property name="text"> <string>Colorize &buttons</string> </property> - <property name="accel"> - <string>Alt+B</string> - </property> </widget> </vbox> </widget> @@ -595,9 +568,6 @@ <property name="text"> <string>Colorize &frames</string> </property> - <property name="accel"> - <string>Alt+F</string> - </property> </widget> <widget class="TQCheckBox"> <property name="name"> @@ -606,9 +576,6 @@ <property name="text"> <string>Colorize &buttons</string> </property> - <property name="accel"> - <string>Alt+B</string> - </property> </widget> </vbox> </widget> @@ -634,9 +601,6 @@ <property name="text"> <string>&Use buttons animation</string> </property> - <property name="accel"> - <string>Alt+U</string> - </property> </widget> <widget class="TQLayoutWidget"> <property name="name"> @@ -1578,9 +1542,6 @@ <property name="text"> <string>&Use Masks</string> </property> - <property name="accel"> - <string>Alt+U</string> - </property> </widget> <widget class="TQLabel"> <property name="name"> @@ -1751,9 +1712,6 @@ <property name="text"> <string>R&emove Theme</string> </property> - <property name="accel"> - <string>Alt+E</string> - </property> </widget> <widget class="TQPushButton"> <property name="name"> @@ -1762,9 +1720,6 @@ <property name="text"> <string>&Use This Theme</string> </property> - <property name="accel"> - <string>Alt+M</string> - </property> </widget> </hbox> </widget> |