aboutsummaryrefslogtreecommitdiff
path: root/modules/system/quickshell/CustomCheckBox.qml
diff options
context:
space:
mode:
authorLeander Scherer <leander@schererleander.de>2026-05-30 15:35:27 +0200
committerLeander Scherer <leander@schererleander.de>2026-05-30 15:35:27 +0200
commitd2747e2ca1e211a32e91e44010f40a00e0ac97e4 (patch)
treefb229d6a18541c7a5f1944390b21edde028955f9 /modules/system/quickshell/CustomCheckBox.qml
parent51b3cbd50b92d026549ce3ebff17ca9b3344f441 (diff)
feat(quickshell): add popup controls and privacy indicators
Diffstat (limited to 'modules/system/quickshell/CustomCheckBox.qml')
-rw-r--r--modules/system/quickshell/CustomCheckBox.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/system/quickshell/CustomCheckBox.qml b/modules/system/quickshell/CustomCheckBox.qml
index 9b7014d..2ed3212 100644
--- a/modules/system/quickshell/CustomCheckBox.qml
+++ b/modules/system/quickshell/CustomCheckBox.qml
@@ -3,7 +3,7 @@ import QtQuick.Controls
CheckBox {
id: control
-
+
contentItem: Text {
text: control.text
color: Theme.text
@@ -12,7 +12,7 @@ CheckBox {
verticalAlignment: Text.AlignVCenter
leftPadding: control.indicator.width + control.spacing
}
-
+
indicator: Rectangle {
implicitWidth: 14
implicitHeight: 14