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
Frameworks
Kirigami
Commits
990fc9f8
Commit
990fc9f8
authored
Sep 16, 2021
by
Devin Lin
🎨
Browse files
Use DemiBold
parent
5d4147c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/controls/FormLayout.qml
View file @
990fc9f8
...
...
@@ -375,9 +375,9 @@ Item {
Kirigami.MnemonicData.enabled
:
item
.
Kirigami
.
FormData
.
buddyFor
&&
item
.
Kirigami
.
FormData
.
buddyFor
.
activeFocusOnTab
Kirigami.MnemonicData.controlType
:
Kirigami
.
MnemonicData
.
FormLabel
Kirigami.MnemonicData.label
:
item
.
Kirigami
.
FormData
.
label
text
:
root
.
wideMode
||
item
.
Kirigami
.
FormData
.
isSection
?
Kirigami
.
MnemonicData
.
richTextLabel
:
"
<b>
"
+
Kirigami
.
MnemonicData
.
richTextLabel
+
"
</b>
"
// use bold in narrow layouts for contrast
text
:
Kirigami
.
MnemonicData
.
richTextLabel
font.weight
:
root
.
wideMode
||
item
.
Kirigami
.
FormData
.
isSection
?
Font
.
Normal
:
Font
.
DemiBold
// use bold in narrow layouts for contrast
level
:
item
.
Kirigami
.
FormData
.
isSection
?
3
:
5
Layout.columnSpan
:
item
.
Kirigami
.
FormData
.
isSection
?
lay
.
columns
:
1
...
...
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