diff options
author | Michele Calgaro <[email protected]> | 2022-09-14 11:16:28 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-09-14 11:16:28 +0900 |
commit | e56bd3156de6ca7939bc44bafa3eb134e7b8bc16 (patch) | |
tree | c356bf43d048cc3a460515587669893ffa29320f | |
parent | b1e3a4df8e1381915053c0ff231b44f7fbf8cd82 (diff) | |
download | twin-style-suse2-e56bd3156de6ca7939bc44bafa3eb134e7b8bc16.tar.gz twin-style-suse2-e56bd3156de6ca7939bc44bafa3eb134e7b8bc16.zip |
Remove unnecessary accelerators from .ui files
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | src/config/configdialog.ui | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/config/configdialog.ui b/src/config/configdialog.ui index 0b67c41..0be49f8 100644 --- a/src/config/configdialog.ui +++ b/src/config/configdialog.ui @@ -101,9 +101,6 @@ <property name="text"> <string>Alwa&ys</string> </property> - <property name="accel"> - <string>Alt+Y</string> - </property> <property name="whatsThis" stdset="0"> <string>Always draw rounded window top corners.</string> </property> @@ -115,9 +112,6 @@ <property name="text"> <string>Not maximi&zed</string> </property> - <property name="accel"> - <string>Alt+Z</string> - </property> <property name="whatsThis" stdset="0"> <string>Draw rounded top corners if the window is not maximized.</string> </property> @@ -129,9 +123,6 @@ <property name="text"> <string>Ne&ver</string> </property> - <property name="accel"> - <string>Alt+V</string> - </property> <property name="whatsThis" stdset="0"> <string>Never draw rounded window top corners.</string> </property> |