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:37 +0900 |
| commit | c9d61620177c2df9d0ca497025d839cf4d7f9534 (patch) | |
| tree | 994fb4fc406f791f56304925eab75efa05f859a5 | |
| parent | 4c6d059fdc687132df09582025e45ca0e7743c2f (diff) | |
| download | klcddimmer-c9d61620177c2df9d0ca497025d839cf4d7f9534.tar.gz klcddimmer-c9d61620177c2df9d0ca497025d839cf4d7f9534.zip | |
Remove unnecessary accelerators from .ui files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit fd0611465973758cc0deaa19dc332b45f7e8c03c)
| -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> |
