diff options
| author | ATMDA <atdma2600@gmail.com> | 2025-11-15 00:36:26 -0500 |
|---|---|---|
| committer | ATMDA <atdma2600@gmail.com> | 2025-11-15 00:36:26 -0500 |
| commit | a40624839bba5cb429c34b9461b817a4a3434d02 (patch) | |
| tree | 8dbfd183d97491bb272b14fd0d2789cf7380168b /modules/controlcenter/network | |
| parent | controlpanel: maintain proper size (diff) | |
| download | caelestia-shell-a40624839bba5cb429c34b9461b817a4a3434d02.tar.gz caelestia-shell-a40624839bba5cb429c34b9461b817a4a3434d02.tar.bz2 caelestia-shell-a40624839bba5cb429c34b9461b817a4a3434d02.zip | |
controlcenter: selectables now match bluetooth pane
Diffstat (limited to 'modules/controlcenter/network')
| -rw-r--r-- | modules/controlcenter/network/NetworkingPane.qml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/controlcenter/network/NetworkingPane.qml b/modules/controlcenter/network/NetworkingPane.qml index 5d93ff9..c605a36 100644 --- a/modules/controlcenter/network/NetworkingPane.qml +++ b/modules/controlcenter/network/NetworkingPane.qml @@ -148,8 +148,6 @@ RowLayout { color: Qt.alpha(Colours.tPalette.m3surfaceContainer, root.session.ethernet.active === modelData ? Colours.tPalette.m3surfaceContainer.a : 0) radius: Appearance.rounding.normal - border.width: root.session.ethernet.active === modelData ? 1 : 0 - border.color: Colours.palette.m3primary StateLayer { function onClicked(): void { @@ -290,8 +288,6 @@ RowLayout { color: Qt.alpha(Colours.tPalette.m3surfaceContainer, root.session.network.active === modelData ? Colours.tPalette.m3surfaceContainer.a : 0) radius: Appearance.rounding.normal - border.width: root.session.network.active === modelData ? 1 : 0 - border.color: Colours.palette.m3primary StateLayer { function onClicked(): void { |