mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-06 19:12:30 +01:00
Remove thin font weight that makes text less readable
This commit is contained in:
parent
e2beadb671
commit
fd995e146d
@ -32,7 +32,6 @@ Rectangle {
|
||||
|
||||
font.pointSize: 14
|
||||
color: Material.primaryTextColor
|
||||
font.weight: Font.Thin
|
||||
verticalAlignment: Qt.AlignVCenter
|
||||
wrapMode: Text.WrapAtWordBoundaryOrAnywhere
|
||||
text: {
|
||||
|
@ -119,7 +119,6 @@ Drawer {
|
||||
|
||||
Text {
|
||||
id: txtTitle
|
||||
font.weight: Font.Thin
|
||||
verticalAlignment: Text.AlignBottom
|
||||
font.pointSize: 16
|
||||
color: "white"
|
||||
|
@ -67,7 +67,6 @@ Item {
|
||||
text: root.steamWorkshop.steamAccount.username
|
||||
font.pointSize: 12
|
||||
color: "white"
|
||||
font.weight: Font.Thin
|
||||
}
|
||||
|
||||
Button {
|
||||
|
@ -131,7 +131,6 @@ Item {
|
||||
|
||||
component HeaderLabel: Label {
|
||||
id: textObj
|
||||
font.weight: Font.Thin
|
||||
color: "white"
|
||||
wrapMode: Text.WrapAnywhere
|
||||
clip: true
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user