mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-04 02:34:45 +00:00
homescreen: Fix ellipsis in i18n string
This commit is contained in:
parent
6f76961fcd
commit
fb723ab985
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ Rectangle {
|
||||||
y: editOverlay.mapFromItem(editOverlay.applet.parent, 0, editOverlay.applet.y).y + editOverlay.applet.height/2 - height/2
|
y: editOverlay.mapFromItem(editOverlay.applet.parent, 0, editOverlay.applet.y).y + editOverlay.applet.height/2 - height/2
|
||||||
PlasmaComponents.ToolButton {
|
PlasmaComponents.ToolButton {
|
||||||
iconSource: "configure"
|
iconSource: "configure"
|
||||||
text: i18n("Configure..")
|
text: i18n("Configure...")
|
||||||
flat: false
|
flat: false
|
||||||
onClicked: {
|
onClicked: {
|
||||||
editOverlay.applet.applet.action("configure").trigger();
|
editOverlay.applet.applet.action("configure").trigger();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue