diff --git a/ScreenPlayWorkshop/qml/Navigation.qml b/ScreenPlayWorkshop/qml/Navigation.qml index 77382ee3..b3c1bac9 100644 --- a/ScreenPlayWorkshop/qml/Navigation.qml +++ b/ScreenPlayWorkshop/qml/Navigation.qml @@ -32,7 +32,6 @@ Rectangle { font.pointSize: 14 color: Material.primaryTextColor - font.weight: Font.Thin verticalAlignment: Qt.AlignVCenter wrapMode: Text.WrapAtWordBoundaryOrAnywhere text: { diff --git a/ScreenPlayWorkshop/qml/Sidebar.qml b/ScreenPlayWorkshop/qml/Sidebar.qml index 634d25c7..9ee13594 100644 --- a/ScreenPlayWorkshop/qml/Sidebar.qml +++ b/ScreenPlayWorkshop/qml/Sidebar.qml @@ -119,7 +119,6 @@ Drawer { Text { id: txtTitle - font.weight: Font.Thin verticalAlignment: Text.AlignBottom font.pointSize: 16 color: "white" diff --git a/ScreenPlayWorkshop/qml/SteamProfile.qml b/ScreenPlayWorkshop/qml/SteamProfile.qml index 1ccade5f..36da8f75 100644 --- a/ScreenPlayWorkshop/qml/SteamProfile.qml +++ b/ScreenPlayWorkshop/qml/SteamProfile.qml @@ -67,7 +67,6 @@ Item { text: root.steamWorkshop.steamAccount.username font.pointSize: 12 color: "white" - font.weight: Font.Thin } Button { diff --git a/ScreenPlayWorkshop/qml/SteamWorkshopStartPage.qml b/ScreenPlayWorkshop/qml/SteamWorkshopStartPage.qml index b845100b..9e0567eb 100644 --- a/ScreenPlayWorkshop/qml/SteamWorkshopStartPage.qml +++ b/ScreenPlayWorkshop/qml/SteamWorkshopStartPage.qml @@ -131,7 +131,6 @@ Item { component HeaderLabel: Label { id: textObj - font.weight: Font.Thin color: "white" wrapMode: Text.WrapAnywhere clip: true diff --git a/ScreenPlayWorkshop/qml/upload/UploadProject.qml b/ScreenPlayWorkshop/qml/upload/UploadProject.qml index 2f03340c..d1aeee39 100644 --- a/ScreenPlayWorkshop/qml/upload/UploadProject.qml +++ b/ScreenPlayWorkshop/qml/upload/UploadProject.qml @@ -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 diff --git a/ScreenPlayWorkshop/qml/upload/UploadProjectBigItem.qml b/ScreenPlayWorkshop/qml/upload/UploadProjectBigItem.qml index 74e70ef6..90d4cbd0 100644 --- a/ScreenPlayWorkshop/qml/upload/UploadProjectBigItem.qml +++ b/ScreenPlayWorkshop/qml/upload/UploadProjectBigItem.qml @@ -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 }