projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0087245
)
Add todo: fix predefined status list.
author
Camila Ayres
<hello@camilasan.com>
Fri, 13 Sep 2024 08:57:52 +0000
(10:57 +0200)
committer
Camila 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
patch
|
blob
|
history
diff --git
a/src/gui/PredefinedStatusButton.qml
b/src/gui/PredefinedStatusButton.qml
index b44147103a8eed4e96eb5cc244334bf8048d36d8..66a48f5af8fb12b03bf1047ce09bab591153461a 100644
(file)
--- a/
src/gui/PredefinedStatusButton.qml
+++ b/
src/gui/PredefinedStatusButton.qml
@@
-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 {