diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-12 13:45:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-12 13:45:09 +0900 |
commit | fd0611465973758cc0deaa19dc332b45f7e8c03c (patch) | |
tree | da1dc370b0ccc2e71182c3a137b4d7ff72e101e3 | |
parent | cc3bfadb149dd74f18aced37610986b48cb076b7 (diff) | |
download | klcddimmer-fd0611465973758cc0deaa19dc332b45f7e8c03c.tar.gz klcddimmer-fd0611465973758cc0deaa19dc332b45f7e8c03c.zip |
Remove unnecessary accelerators from .ui files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | src/brightnesschooser.ui | 3 | ||||
-rw-r--r-- | src/progpreferences.ui | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/src/brightnesschooser.ui b/src/brightnesschooser.ui index e2429c5..96ade87 100644 --- a/src/brightnesschooser.ui +++ b/src/brightnesschooser.ui @@ -124,9 +124,6 @@ <property name="text"> <string>&OK</string> </property> - <property name="accel"> - <string>Alt+O</string> - </property> </widget> </grid> </widget> diff --git a/src/progpreferences.ui b/src/progpreferences.ui index f765a8b..c16186a 100644 --- a/src/progpreferences.ui +++ b/src/progpreferences.ui @@ -264,9 +264,6 @@ a "get" argument.</string> <property name="text"> <string>S&ave the current brightness value</string> </property> - <property name="accel"> - <string>Alt+A</string> - </property> <property name="toolTip" stdset="0"> <string>When closing, it saves the current brightness value<br>so that it can be restored<br>when the applet starts.</string> </property> |