Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Dekko Project
ubports-ui-plugin
Commits
69ff2197
Commit
69ff2197
authored
Jan 15, 2019
by
Dan Chapman
🎆
Browse files
Merge branch 'master' into 'master'
make hostname placeholder serviceType-dipendent See merge request
!12
parents
f4f8ff83
e0ff8707
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
plugins/core/mail/setupwizard/components/ServerDetails.qml
plugins/core/mail/setupwizard/components/ServerDetails.qml
+1
-1
No files found.
plugins/core/mail/setupwizard/components/ServerDetails.qml
View file @
69ff2197
...
...
@@ -67,7 +67,7 @@ Item {
id
:
server
objectName
:
"
serverInputField
"
title
:
qsTr
(
"
Hostname
"
)
placeholderText
:
"
imap
.example.org
"
placeholderText
:
serviceType
+
"
.example.org
"
inputMethodHints
:
Qt
.
ImhNoPredictiveText
|
Qt
.
ImhEmailCharactersOnly
text
:
accountConfig
?
accountConfig
.
server
:
""
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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