diff --git a/Modules/Bar/Extras/TrayMenu.qml b/Modules/Bar/Extras/TrayMenu.qml index 200f2175c..deda2441c 100644 --- a/Modules/Bar/Extras/TrayMenu.qml +++ b/Modules/Bar/Extras/TrayMenu.qml @@ -424,7 +424,6 @@ PopupWindow { color: Color.mPrimary text: root.isPinned ? I18n.tr("settings.bar.tray.unpin-application") : I18n.tr("settings.bar.tray.pin-application") pointSize: Style.fontSizeS - font.weight: Font.Medium verticalAlignment: Text.AlignVCenter elide: Text.ElideRight } diff --git a/Modules/Cards/AudioCard.qml b/Modules/Cards/AudioCard.qml index 01042bbbb..22d2fab17 100644 --- a/Modules/Cards/AudioCard.qml +++ b/Modules/Cards/AudioCard.qml @@ -166,7 +166,6 @@ NBox { text: AudioService.sink ? AudioService.sink.description : "No output device" pointSize: Style.fontSizeXS color: Color.mOnSurfaceVariant - font.weight: Style.fontWeightMedium elide: Text.ElideRight Layout.fillWidth: true Layout.preferredWidth: 0 @@ -235,7 +234,6 @@ NBox { text: AudioService.source ? AudioService.source.description : "No input device" pointSize: Style.fontSizeXS color: Color.mOnSurfaceVariant - font.weight: Style.fontWeightMedium elide: Text.ElideRight Layout.fillWidth: true Layout.preferredWidth: 0 diff --git a/Modules/Cards/BrightnessCard.qml b/Modules/Cards/BrightnessCard.qml index 99e5b8422..bd07a58d6 100644 --- a/Modules/Cards/BrightnessCard.qml +++ b/Modules/Cards/BrightnessCard.qml @@ -100,7 +100,6 @@ NBox { text: brightnessMonitor ? I18n.tr("settings.display.monitors.brightness") : "No display" pointSize: Style.fontSizeXS color: Color.mOnSurfaceVariant - font.weight: Style.fontWeightMedium elide: Text.ElideRight Layout.fillWidth: true Layout.preferredWidth: 0 diff --git a/Modules/Cards/CalendarHeaderCard.qml b/Modules/Cards/CalendarHeaderCard.qml index 7dbb50413..0ee04496b 100644 --- a/Modules/Cards/CalendarHeaderCard.qml +++ b/Modules/Cards/CalendarHeaderCard.qml @@ -96,7 +96,6 @@ Rectangle { return chunks[0]; } pointSize: Style.fontSizeM - font.weight: Style.fontWeightMedium color: Color.mOnPrimary Layout.maximumWidth: 150 elide: Text.ElideRight @@ -105,7 +104,6 @@ Rectangle { NText { text: root.weatherReady ? ` (${LocationService.data.weather.timezone_abbreviation})` : "" pointSize: Style.fontSizeXS - font.weight: Style.fontWeightMedium color: Qt.alpha(Color.mOnPrimary, 0.7) } } diff --git a/Modules/Cards/CalendarMonthCard.qml b/Modules/Cards/CalendarMonthCard.qml index 88fd65af3..38b694fe7 100644 --- a/Modules/Cards/CalendarMonthCard.qml +++ b/Modules/Cards/CalendarMonthCard.qml @@ -260,7 +260,6 @@ NBox { anchors.centerIn: parent color: Qt.alpha(Color.mPrimary, 0.7) pointSize: Style.fontSizeXXS - font.weight: Style.fontWeightMedium text: modelData } } diff --git a/Modules/DesktopWidgets/Widgets/DesktopWeather.qml b/Modules/DesktopWidgets/Widgets/DesktopWeather.qml index b29063600..e0211b670 100644 --- a/Modules/DesktopWidgets/Widgets/DesktopWeather.qml +++ b/Modules/DesktopWidgets/Widgets/DesktopWeather.qml @@ -103,7 +103,6 @@ DraggableDesktopWidget { NText { text: `${todayMax}°` pointSize: Math.round(Style.fontSizeXS * widgetScale) - font.weight: Style.fontWeightMedium color: Color.mOnSurface } @@ -122,7 +121,6 @@ DraggableDesktopWidget { NText { text: `${todayMin}°` pointSize: Math.round(Style.fontSizeXS * widgetScale) - font.weight: Style.fontWeightMedium color: Color.mOnSurfaceVariant } } diff --git a/Modules/Panels/NotificationHistory/NotificationHistoryPanel.qml b/Modules/Panels/NotificationHistory/NotificationHistoryPanel.qml index 7c8c13195..fe891d293 100644 --- a/Modules/Panels/NotificationHistory/NotificationHistoryPanel.qml +++ b/Modules/Panels/NotificationHistory/NotificationHistoryPanel.qml @@ -447,7 +447,6 @@ SmartPanel { width: parent.width text: model.summary || I18n.tr("general.no-summary") pointSize: Style.fontSizeM - font.weight: Font.Medium color: Color.mOnSurface textFormat: Text.PlainText wrapMode: Text.Wrap @@ -485,7 +484,6 @@ SmartPanel { text: I18n.tr("notifications.panel.click-to-expand") || "Click to expand" pointSize: Style.fontSizeXS color: Color.mPrimary - font.weight: Font.Medium } NIcon { diff --git a/Modules/Panels/Settings/Tabs/PluginsTab.qml b/Modules/Panels/Settings/Tabs/PluginsTab.qml index 2b3e5bfce..b4511ab8e 100644 --- a/Modules/Panels/Settings/Tabs/PluginsTab.qml +++ b/Modules/Panels/Settings/Tabs/PluginsTab.qml @@ -144,7 +144,6 @@ ColumnLayout { NText { text: modelData.name - font.weight: Font.Medium color: Color.mOnSurface elide: Text.ElideRight Layout.fillWidth: true @@ -353,7 +352,6 @@ ColumnLayout { NText { text: modelData.name - font.weight: Font.Medium color: Color.mOnSurface Layout.fillWidth: true } diff --git a/Widgets/NColorPickerDialog.qml b/Widgets/NColorPickerDialog.qml index d7a3b9ba2..b94cdb221 100644 --- a/Widgets/NColorPickerDialog.qml +++ b/Widgets/NColorPickerDialog.qml @@ -116,7 +116,7 @@ Popup { text: root.selectedColor.toString().toUpperCase() family: Settings.data.ui.fontFixed pointSize: Style.fontSizeL - font.weight: Font.Bold + font.weight: Style.fontWeightMedium color: root.selectedColor.r + root.selectedColor.g + root.selectedColor.b > 1.5 ? Color.black : Color.white Layout.alignment: Qt.AlignHCenter } @@ -168,7 +168,7 @@ Popup { NRadioButton { ButtonGroup.group: colorValues text: "R" - font.weight: Font.Bold + font.weight: Style.fontWeightMedium checked: true onClicked: root.editMode = NColorPickerDialog.EditMode.R Layout.fillWidth: false @@ -200,7 +200,7 @@ Popup { NRadioButton { ButtonGroup.group: colorValues text: "G" - font.weight: Font.Bold + font.weight: Style.fontWeightMedium onClicked: root.editMode = NColorPickerDialog.EditMode.G Layout.fillWidth: false } @@ -231,7 +231,7 @@ Popup { NRadioButton { ButtonGroup.group: colorValues text: "B" - font.weight: Font.Bold + font.weight: Style.fontWeightMedium onClicked: root.editMode = NColorPickerDialog.EditMode.B Layout.fillWidth: false } @@ -268,7 +268,7 @@ Popup { NRadioButton { ButtonGroup.group: colorValues text: "H" - font.weight: Font.Bold + font.weight: Style.fontWeightMedium checked: true onClicked: root.editMode = NColorPickerDialog.EditMode.H Layout.fillWidth: false @@ -303,7 +303,7 @@ Popup { NRadioButton { ButtonGroup.group: colorValues text: "S" - font.weight: Font.Bold + font.weight: Style.fontWeightMedium onClicked: root.editMode = NColorPickerDialog.EditMode.S Layout.fillWidth: false } @@ -333,7 +333,7 @@ Popup { NRadioButton { ButtonGroup.group: colorValues text: "V" - font.weight: Font.Bold + font.weight: Style.fontWeightMedium onClicked: root.editMode = NColorPickerDialog.EditMode.V Layout.fillWidth: false }