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/queryviewlayout.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/queryviewlayout.ui')
-rw-r--r-- | src/queryviewlayout.ui | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/queryviewlayout.ui b/src/queryviewlayout.ui index d854af5..38ac4bc 100644 --- a/src/queryviewlayout.ui +++ b/src/queryviewlayout.ui @@ -95,9 +95,6 @@ <property name="text"> <string>&OK</string> </property> - <property name="accel"> - <string></string> - </property> <property name="autoDefault"> <bool>true</bool> </property> @@ -112,9 +109,6 @@ <property name="text"> <string>&Cancel</string> </property> - <property name="accel"> - <string></string> - </property> <property name="autoDefault"> <bool>true</bool> </property> |