mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-21 20:45:51 +03:00
Remove customizations from CustomButton.
Signed-off-by: Camila Ayres <hello@camilasan.com>
This commit is contained in:
parent
b90d7c0623
commit
d8acedb960
1 changed files with 1 additions and 3 deletions
|
@ -36,8 +36,7 @@ Button {
|
|||
visible: root.toolTipText !== "" && root.hovered
|
||||
}
|
||||
|
||||
// TODO: the current style does not support customization of this control
|
||||
contentItem: NCButtonContents {
|
||||
NCButtonContents {
|
||||
id: contents
|
||||
display: root.display
|
||||
hovered: root.hovered
|
||||
|
@ -45,6 +44,5 @@ Button {
|
|||
imageSource: root.icon.source
|
||||
imageSourceWidth: root.icon.width
|
||||
imageSourceHeight: root.icon.height
|
||||
text: root.text
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue