More spacing tweaks
This commit is contained in:
@@ -1950,6 +1950,7 @@ Item {
|
|||||||
property var device: UPower.displayDevice
|
property var device: UPower.displayDevice
|
||||||
|
|
||||||
text: root.batteryIcon()
|
text: root.batteryIcon()
|
||||||
|
horizontalMargin: 8.5
|
||||||
visible: device !== null && device.isPresent && device.percentage > 0
|
visible: device !== null && device.isPresent && device.percentage > 0
|
||||||
active: device !== null && device.percentage <= 20 && UPower.onBattery
|
active: device !== null && device.percentage <= 20 && UPower.onBattery
|
||||||
tooltipText: root.batteryTooltip()
|
tooltipText: root.batteryTooltip()
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ Item {
|
|||||||
property color foreground: bar ? bar.foreground : "#cacccc"
|
property color foreground: bar ? bar.foreground : "#cacccc"
|
||||||
property color activeColor: bar ? bar.urgent : "#a55555"
|
property color activeColor: bar ? bar.urgent : "#a55555"
|
||||||
property bool active: false
|
property bool active: false
|
||||||
property real horizontalMargin: 7.5
|
property real horizontalMargin: 8.5
|
||||||
property real verticalPadding: 6
|
property real verticalPadding: 6
|
||||||
property real fixedWidth: -1
|
property real fixedWidth: -1
|
||||||
property real fixedHeight: -1
|
property real fixedHeight: -1
|
||||||
|
|||||||
@@ -99,7 +99,6 @@ Item {
|
|||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
bar: root.bar
|
bar: root.bar
|
||||||
text: root.icon
|
text: root.icon
|
||||||
horizontalMargin: 8.5
|
|
||||||
tooltipText: root.adapter ? (root.adapter.enabled ? "Bluetooth: " + root.connectedDevices.length + " connected" : "Bluetooth off") : ""
|
tooltipText: root.adapter ? (root.adapter.enabled ? "Bluetooth: " + root.connectedDevices.length + " connected" : "Bluetooth off") : ""
|
||||||
|
|
||||||
onPressed: function(b) {
|
onPressed: function(b) {
|
||||||
|
|||||||
@@ -185,7 +185,7 @@ iwctl station "$station" get-networks rssi-dbms 2>/dev/null \\
|
|||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
bar: root.bar
|
bar: root.bar
|
||||||
text: root.icon
|
text: root.icon
|
||||||
horizontalMargin: 6.5
|
horizontalMargin: 8.5
|
||||||
tooltipText: bar ? bar.networkTooltip() : ""
|
tooltipText: bar ? bar.networkTooltip() : ""
|
||||||
|
|
||||||
onPressed: function(b) {
|
onPressed: function(b) {
|
||||||
|
|||||||
Reference in New Issue
Block a user