1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-14 22:42:34 +02:00

Remove thin font weight that makes text less readable

This commit is contained in:
Elias Steurer 2022-12-04 13:31:20 +01:00
parent e2beadb671
commit fd995e146d
6 changed files with 0 additions and 7 deletions

View File

@ -32,7 +32,6 @@ Rectangle {
font.pointSize: 14
color: Material.primaryTextColor
font.weight: Font.Thin
verticalAlignment: Qt.AlignVCenter
wrapMode: Text.WrapAtWordBoundaryOrAnywhere
text: {

View File

@ -119,7 +119,6 @@ Drawer {
Text {
id: txtTitle
font.weight: Font.Thin
verticalAlignment: Text.AlignBottom
font.pointSize: 16
color: "white"

View File

@ -67,7 +67,6 @@ Item {
text: root.steamWorkshop.steamAccount.username
font.pointSize: 12
color: "white"
font.weight: Font.Thin
}
Button {

View File

@ -131,7 +131,6 @@ Item {
component HeaderLabel: Label {
id: textObj
font.weight: Font.Thin
color: "white"
wrapMode: Text.WrapAnywhere
clip: true

View File

@ -30,7 +30,6 @@ Item {
text: qsTr("Upload Wallpaper/Widgets to Steam")
color: Material.foreground
font.pointSize: 21
font.weight: Font.Thin
anchors {
top: parent.top

View File

@ -105,7 +105,6 @@ Item {
text: m_title
color: Material.foreground
font.pointSize: 18
font.weight: Font.Thin
}
Text {
@ -134,7 +133,6 @@ Item {
color: Material.color(Material.Red)
anchors.fill: screenPlayItemImage
font.pointSize: 18
font.weight: Font.Thin
opacity: 0
}