diff options
author | Michele Calgaro <[email protected]> | 2022-09-07 22:48:25 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-09-07 22:48:25 +0900 |
commit | 7a2982368978ad7d2c5eda8616cd795c1ae09cd3 (patch) | |
tree | e931fec48ec72cfa427735ac753148be8fc625a5 /src/graphpreflayout.ui | |
parent | da4cee7bf4f4da21a4a77ea25647929dbee19e19 (diff) | |
download | kscope-7a2982368978ad7d2c5eda8616cd795c1ae09cd3.tar.gz kscope-7a2982368978ad7d2c5eda8616cd795c1ae09cd3.zip |
Remove unnecessary accelerator from .ui files.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/graphpreflayout.ui')
-rw-r--r-- | src/graphpreflayout.ui | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/graphpreflayout.ui b/src/graphpreflayout.ui index 75304d2..dd89ba6 100644 --- a/src/graphpreflayout.ui +++ b/src/graphpreflayout.ui @@ -200,9 +200,6 @@ <property name="text"> <string>&OK</string> </property> - <property name="accel"> - <string></string> - </property> <property name="autoDefault"> <bool>true</bool> </property> @@ -217,9 +214,6 @@ <property name="text"> <string>&Cancel</string> </property> - <property name="accel"> - <string></string> - </property> <property name="autoDefault"> <bool>true</bool> </property> |