Make activity action button an actual button, clean up contents#4784
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #4784 +/- ##
==========================================
- Coverage 57.12% 57.10% -0.02%
==========================================
Files 138 138
Lines 17230 17230
==========================================
- Hits 9842 9839 -3
- Misses 7388 7391 +3
|
17cbedb to
213635d
Compare
|
Kudos, SonarCloud Quality Gate passed! |
|
@claucambra Buttons in this new version look kinda off. They look huge. Maybe you need to ask @jancborchardt or @nimishavijay for review. |
Yes, the buttons have changed height but this is actually their intended behaviour. Some change to CustomButton overrode the height set to the ActivityActionButton, which is in QML set to be this big button size The underline of the text buttons looks weird, though, so I will take a look |
213635d to
d924f6c
Compare
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
d924f6c to
db861e1
Compare
|
AppImage file: nextcloud-PR-4784-db861e1ade541a4a1bd979538919fff1dd517b55-x86_64.AppImage |
|
Kudos, SonarCloud Quality Gate passed! |










This should make the behaviour of this component much more predictable
Signed-off-by: Claudio Cambra claudio.cambra@gmail.com