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
|
||||
|
||||
StateLayer {
|
||||
|
||||
anchors.margins: -Tokens.padding.smaller
|
||||
color: root.checked ? Colours.palette.m3onSurface : Colours.palette.m3primary
|
||||
z: -1
|
||||
|
|
|
|||
|
|
@ -49,7 +49,6 @@ StyledRect {
|
|||
implicitHeight: cancelText.implicitHeight + Tokens.padding.normal * 2
|
||||
|
||||
StateLayer {
|
||||
|
||||
disabled: !root.dialog.selectionValid
|
||||
onClicked: root.dialog.accepted(root.folder.currentItem.modelData.path)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -28,7 +28,6 @@ StyledRect {
|
|||
implicitHeight: upIcon.implicitHeight + Tokens.padding.small * 2
|
||||
|
||||
StateLayer {
|
||||
|
||||
radius: Tokens.rounding.small
|
||||
disabled: root.dialog.cwd.length === 1
|
||||
onClicked: root.dialog.cwd.pop()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue