diff options
Diffstat (limited to 'modules/bar/components')
| -rw-r--r-- | modules/bar/components/Power.qml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/bar/components/Power.qml b/modules/bar/components/Power.qml index ba34238..2524b3e 100644 --- a/modules/bar/components/Power.qml +++ b/modules/bar/components/Power.qml @@ -5,6 +5,5 @@ MaterialIcon { text: "power_settings_new" color: Appearance.colours.red font.bold: true - x: implicitWidth + Appearance.padding.large * 2 - BarConfig.sizes.height - width: BarConfig.sizes.height - Appearance.padding.large * 2 + font.pointSize: Appearance.font.size.normal } |