forked from Shinonome/dots-hyprland
make wbutton not have stupid inset by default
This commit is contained in:
@@ -58,7 +58,6 @@ Item {
|
||||
verticalCenter: parent.verticalCenter
|
||||
left: parent.left
|
||||
}
|
||||
inset: 0
|
||||
implicitHeight: 40
|
||||
implicitWidth: contentItem.implicitWidth + 30
|
||||
color: "transparent"
|
||||
|
||||
@@ -96,7 +96,6 @@ WChoiceButton {
|
||||
checked: !(root.wifiNetwork?.active ?? false)
|
||||
colBackgroundHover: Looks.colors.bg2Hover
|
||||
colBackgroundActive: Looks.colors.bg2Active
|
||||
inset: 0
|
||||
implicitHeight: 30
|
||||
implicitWidth: 148
|
||||
text: root.wifiNetwork?.active ? Translation.tr("Disconnect") : Translation.tr("Connect")
|
||||
|
||||
@@ -95,7 +95,6 @@ Item {
|
||||
verticalCenter: parent.verticalCenter
|
||||
left: parent.left
|
||||
}
|
||||
inset: 0
|
||||
implicitHeight: 40
|
||||
implicitWidth: contentItem.implicitWidth + 30
|
||||
color: "transparent"
|
||||
|
||||
Reference in New Issue
Block a user