Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Itinerary
Commits
6afe8d3b
Commit
6afe8d3b
authored
Apr 11, 2021
by
Volker Krause
Browse files
Give the country combo box enough space
parent
465207b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/SettingsPage.qml
View file @
6afe8d3b
...
...
@@ -43,6 +43,7 @@ Kirigami.ScrollablePage {
QQC2.ComboBox
{
Kirigami.FormData.label
:
i18n
(
"
Home Country
"
)
Layout.fillWidth
:
true
model
:
countryModel
textRole
:
"
display
"
currentIndex
:
countryModel
.
isoCodeToIndex
(
Settings
.
homeCountryIsoCode
)
...
...
Write
Preview
Supports
Markdown
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