diff --git a/components/controls/StyledRadioButton.qml b/components/controls/StyledRadioButton.qml index d9a489ff..24c7d6e8 100644 --- a/components/controls/StyledRadioButton.qml +++ b/components/controls/StyledRadioButton.qml @@ -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 diff --git a/components/filedialog/DialogButtons.qml b/components/filedialog/DialogButtons.qml index d6538493..b46b4f72 100644 --- a/components/filedialog/DialogButtons.qml +++ b/components/filedialog/DialogButtons.qml @@ -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) } diff --git a/components/filedialog/HeaderBar.qml b/components/filedialog/HeaderBar.qml index e536a423..5d482d48 100644 --- a/components/filedialog/HeaderBar.qml +++ b/components/filedialog/HeaderBar.qml @@ -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()