Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Add-ons
Commits
04db5210
Verified
Commit
04db5210
authored
May 05, 2022
by
Fushan Wen
Browse files
applets/dict: Add ellipsis to placeholder text
parent
ba35fb9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
applets/dict/package/contents/ui/main.qml
View file @
04db5210
...
...
@@ -26,7 +26,7 @@ ColumnLayout {
Layout.fillWidth
:
true
PlasmaComponents3.TextField
{
id
:
input
placeholderText
:
i18nc
(
"
@info:placeholder
"
,
"
Enter word to define here
"
)
placeholderText
:
i18nc
(
"
@info:placeholder
"
,
"
Enter word to define here
…
"
)
Layout.fillWidth
:
true
Layout.minimumWidth
:
PlasmaCore
.
Units
.
gridUnit
*
12
onAccepted
:
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment