forked from Shinonome/dots-hyprland
fix ugly dialog text field
This commit is contained in:
@@ -28,8 +28,8 @@ TabButton {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
border.color: button.activeFocus ? Appearance.m3colors.m3secondary : Appearance.transparentize(Appearance.m3colors.m3secondary, 1)
|
// border.color: button.activeFocus ? Appearance.m3colors.m3secondary : Appearance.transparentize(Appearance.m3colors.m3secondary, 1)
|
||||||
border.width: button.activeFocus ? 2 : 0
|
// border.width: button.activeFocus ? 2 : 0
|
||||||
}
|
}
|
||||||
contentItem: Item {
|
contentItem: Item {
|
||||||
anchors.centerIn: buttonBackground
|
anchors.centerIn: buttonBackground
|
||||||
|
|||||||
@@ -252,13 +252,13 @@ Item {
|
|||||||
focus: root.showAddDialog
|
focus: root.showAddDialog
|
||||||
onAccepted: dialog.addTask()
|
onAccepted: dialog.addTask()
|
||||||
|
|
||||||
// background: Rectangle {
|
background: Rectangle {
|
||||||
// anchors.fill: parent
|
anchors.fill: parent
|
||||||
// radius: Appearance.rounding.verysmall
|
radius: Appearance.rounding.verysmall
|
||||||
// border.width: 2
|
border.width: 2
|
||||||
// border.color: todoInput.activeFocus ? Appearance.m3colors.m3primary : Appearance.m3colors.m3outline
|
border.color: todoInput.activeFocus ? Appearance.m3colors.m3primary : Appearance.m3colors.m3outline
|
||||||
// color: "transparent"
|
color: "transparent"
|
||||||
// }
|
}
|
||||||
|
|
||||||
cursorDelegate: Rectangle {
|
cursorDelegate: Rectangle {
|
||||||
width: 1
|
width: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user