Add todo: fix predefined status list.
authorCamila Ayres <hello@camilasan.com>
Fri, 13 Sep 2024 08:57:52 +0000 (10:57 +0200)
committerCamila Ayres <hello@camilasan.com>
Fri, 13 Sep 2024 10:30:11 +0000 (12:30 +0200)
Signed-off-by: Camila Ayres <hello@camilasan.com>
src/gui/PredefinedStatusButton.qml

index b44147103a8eed4e96eb5cc244334bf8048d36d8..66a48f5af8fb12b03bf1047ce09bab591153461a 100644 (file)
@@ -36,7 +36,8 @@ AbstractButton {
 
     background: Rectangle {
         color: root.hovered || root.checked ? palette.highlight : palette.base
-        radius: Style.slightlyRoundedButtonRadius
+        // TODO: fix radius borders - they were showing for each item
+        // radius: Style.slightlyRoundedButtonRadius
     }
 
     contentItem: Row {