mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-21 20:45:51 +03:00
Fix large number of warnings related to unavailable property
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
c18fba6366
commit
cde52f03fa
1 changed files with 0 additions and 5 deletions
|
@ -141,11 +141,6 @@ RowLayout {
|
|||
font.pixelSize: Style.topLinePixelSize
|
||||
color: Style.ncTextColor
|
||||
visible: text !== ""
|
||||
|
||||
NCToolTip {
|
||||
text: parent.text
|
||||
visible: parent.hovered
|
||||
}
|
||||
}
|
||||
|
||||
Item {
|
||||
|
|
Loading…
Reference in a new issue