chore: format
This commit is contained in:
parent
6e234d6656
commit
4ed029f3af
3 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue