Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Elias Steurer
ScreenPlay
Commits
db409245
Commit
db409245
authored
Jan 05, 2021
by
Elias Steurer
🇩🇪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix font capitalization
parent
a8620f15
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
ScreenPlay/qml/Common/FileSelector.qml
ScreenPlay/qml/Common/FileSelector.qml
+1
-0
ScreenPlay/qml/Common/ImageSelector.qml
ScreenPlay/qml/Common/ImageSelector.qml
+2
-1
No files found.
ScreenPlay/qml/Common/FileSelector.qml
View file @
db409245
...
...
@@ -58,6 +58,7 @@ Item {
id
:
txtPlaceholder
clip
:
true
font.pointSize
:
12
font.capitalization
:
Font
.
Capitalize
font.family
:
ScreenPlay
.
settings
.
font
wrapMode
:
Text
.
WordWrap
color
:
Material
.
secondaryTextColor
...
...
ScreenPlay/qml/Common/ImageSelector.qml
View file @
db409245
...
...
@@ -105,7 +105,8 @@ Item {
id
:
txtPlaceholder
clip
:
true
font.pointSize
:
12
text
:
qsTr
(
"
You can set your own preview image here.
"
)
font.capitalization
:
Font
.
Capitalize
text
:
qsTr
(
"
Set your own preview image
"
)
font.family
:
ScreenPlay
.
settings
.
font
wrapMode
:
Text
.
WordWrap
color
:
Material
.
secondaryTextColor
...
...
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