update styledbutton to extend button

This commit is contained in:
Benjamin Palko 2025-08-29 17:22:04 -04:00
parent 160cd3c1d5
commit c983cf206b
12 changed files with 74 additions and 134 deletions

View file

@ -108,10 +108,7 @@ StyledWindow {
Layout.alignment: Qt.AlignHCenter
content: StyledText {
text: "Reset"
font.pixelSize: 14
}
text: "Reset"
onClicked: {
Pomodoro.reset();