diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-11 12:24:02 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-11 12:24:02 +0900 |
commit | c8cc131b0f022919c67694b47553eee1106c4a33 (patch) | |
tree | 456fe74a82e7642bc4fc09abc9a1a00336e8f479 /chalk/plugins | |
parent | 98bd0ec183d9636ac6a3ccaa810886a51319a89b (diff) | |
download | koffice-c8cc131b0f022919c67694b47553eee1106c4a33.tar.gz koffice-c8cc131b0f022919c67694b47553eee1106c4a33.zip |
Remove unnecessary accelerators from .ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'chalk/plugins')
3 files changed, 0 insertions, 30 deletions
diff --git a/chalk/plugins/filters/colorsfilters/wdg_brightness_contrast.ui b/chalk/plugins/filters/colorsfilters/wdg_brightness_contrast.ui index fcf763e1..f93c63e1 100644 --- a/chalk/plugins/filters/colorsfilters/wdg_brightness_contrast.ui +++ b/chalk/plugins/filters/colorsfilters/wdg_brightness_contrast.ui @@ -182,9 +182,6 @@ <property name="text"> <string>+</string> </property> - <property name="accel"> - <string></string> - </property> </widget> <widget class="TQLabel" row="1" column="1"> <property name="name"> @@ -204,9 +201,6 @@ <property name="text"> <string>-</string> </property> - <property name="accel"> - <string></string> - </property> </widget> <widget class="TQPushButton" row="0" column="0"> <property name="name"> @@ -215,9 +209,6 @@ <property name="text"> <string>-</string> </property> - <property name="accel"> - <string></string> - </property> </widget> <widget class="TQLabel" row="0" column="1"> <property name="name"> @@ -237,9 +228,6 @@ <property name="text"> <string>+</string> </property> - <property name="accel"> - <string></string> - </property> </widget> </grid> </widget> diff --git a/chalk/plugins/paintops/defaultpaintops/kis_dlgbrushcurvecontrol.ui b/chalk/plugins/paintops/defaultpaintops/kis_dlgbrushcurvecontrol.ui index 3d7ef578..fc8d7210 100644 --- a/chalk/plugins/paintops/defaultpaintops/kis_dlgbrushcurvecontrol.ui +++ b/chalk/plugins/paintops/defaultpaintops/kis_dlgbrushcurvecontrol.ui @@ -197,9 +197,6 @@ <property name="text"> <string>&OK</string> </property> - <property name="accel"> - <string></string> - </property> <property name="autoDefault"> <bool>true</bool> </property> @@ -214,9 +211,6 @@ <property name="text"> <string>&Cancel</string> </property> - <property name="accel"> - <string></string> - </property> <property name="autoDefault"> <bool>true</bool> </property> diff --git a/chalk/plugins/viewplugins/colorspaceconversion/wdgconvertcolorspace.ui b/chalk/plugins/viewplugins/colorspaceconversion/wdgconvertcolorspace.ui index cd71eef5..4d0026c0 100644 --- a/chalk/plugins/viewplugins/colorspaceconversion/wdgconvertcolorspace.ui +++ b/chalk/plugins/viewplugins/colorspaceconversion/wdgconvertcolorspace.ui @@ -74,9 +74,6 @@ <property name="text"> <string>Perceptual</string> </property> - <property name="accel"> - <string></string> - </property> <property name="checked"> <bool>true</bool> </property> @@ -97,9 +94,6 @@ result in neutral grays. Intended for images.</string> <property name="text"> <string>Relative colorimetric</string> </property> - <property name="accel"> - <string></string> - </property> <property name="whatsThis" stdset="0"> <string>Within and outside gamut; same as Absolute Colorimetric. White point changed to result in @@ -117,9 +111,6 @@ intent.</string> <property name="text"> <string>Saturation</string> </property> - <property name="accel"> - <string></string> - </property> <property name="toolTip" stdset="0"> <string>Best for graphs and charts</string> </property> @@ -142,9 +133,6 @@ intent.</string> <property name="text"> <string>Absolute colorimetric</string> </property> - <property name="accel"> - <string></string> - </property> <property name="toolTip" stdset="0"> <string>Best for spot colours</string> </property> |