chore: format

This commit is contained in:
2 * r + 2 * t 2026-04-18 01:36:37 +10:00
parent 6e234d6656
commit 4ed029f3af
3 changed files with 0 additions and 3 deletions

View file

@ -24,7 +24,6 @@ RadioButton {
anchors.verticalCenter: parent.verticalCenter anchors.verticalCenter: parent.verticalCenter
StateLayer { StateLayer {
anchors.margins: -Tokens.padding.smaller anchors.margins: -Tokens.padding.smaller
color: root.checked ? Colours.palette.m3onSurface : Colours.palette.m3primary color: root.checked ? Colours.palette.m3onSurface : Colours.palette.m3primary
z: -1 z: -1

View file

@ -49,7 +49,6 @@ StyledRect {
implicitHeight: cancelText.implicitHeight + Tokens.padding.normal * 2 implicitHeight: cancelText.implicitHeight + Tokens.padding.normal * 2
StateLayer { StateLayer {
disabled: !root.dialog.selectionValid disabled: !root.dialog.selectionValid
onClicked: root.dialog.accepted(root.folder.currentItem.modelData.path) onClicked: root.dialog.accepted(root.folder.currentItem.modelData.path)
} }

View file

@ -28,7 +28,6 @@ StyledRect {
implicitHeight: upIcon.implicitHeight + Tokens.padding.small * 2 implicitHeight: upIcon.implicitHeight + Tokens.padding.small * 2
StateLayer { StateLayer {
radius: Tokens.rounding.small radius: Tokens.rounding.small
disabled: root.dialog.cwd.length === 1 disabled: root.dialog.cwd.length === 1
onClicked: root.dialog.cwd.pop() onClicked: root.dialog.cwd.pop()