diff options
author | Michele Calgaro <[email protected]> | 2022-09-09 09:48:51 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-09-09 09:49:17 +0900 |
commit | 6de73c0d3ed57d4455138d457d7dd19248259884 (patch) | |
tree | cfa231f293f6c6cefe223118157db641a8844add | |
parent | 71b7c506aeb4d5ff89286f70de6638e9fb0d9a72 (diff) | |
download | krecipes-6de73c0d3ed57d4455138d457d7dd19248259884.tar.gz krecipes-6de73c0d3ed57d4455138d457d7dd19248259884.zip |
Remove unnecessary accelerators from .ui files.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 55d229c0cd594a998e74e62f7fe531cd498a43f8)
-rw-r--r-- | krecipes/src/widgets/ratingdisplaywidget.ui | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/krecipes/src/widgets/ratingdisplaywidget.ui b/krecipes/src/widgets/ratingdisplaywidget.ui index 4a55963..bd1380e 100644 --- a/krecipes/src/widgets/ratingdisplaywidget.ui +++ b/krecipes/src/widgets/ratingdisplaywidget.ui @@ -202,9 +202,6 @@ <property name="text"> <string>Remove</string> </property> - <property name="accel"> - <string></string> - </property> </widget> <widget class="KPushButton"> <property name="name"> @@ -213,9 +210,6 @@ <property name="text"> <string>Edit...</string> </property> - <property name="accel"> - <string></string> - </property> </widget> </hbox> </widget> |