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
PIM
Kalendar
Commits
25ce1608
Verified
Commit
25ce1608
authored
Nov 09, 2021
by
Felipe Kinoshita
🌎
Browse files
Make Source Settings Page delegate title smaller
This makes it easier to scan the text as it isn't super big.
parent
e8f757ed
Pipeline
#95845
passed with stage
in 5 minutes and 41 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
src/contents/ui/Settings/SourceSettingsPage.qml
View file @
25ce1608
...
...
@@ -58,7 +58,7 @@ Kirigami.Page {
Layout.row
:
0
Layout.column
:
1
font.weight
:
Font
.
Light
font.pointSize
:
Math
.
round
(
Kirigami
.
Theme
.
defaultFont
.
pointSize
*
1.
7
5
)
font.pointSize
:
Math
.
round
(
Kirigami
.
Theme
.
defaultFont
.
pointSize
*
1.
2
5
)
text
:
model
.
display
Layout.fillWidth
:
true
elide
:
Text
.
ElideRight
...
...
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