mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 04:55:48 +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
|
font.pixelSize: Style.topLinePixelSize
|
||||||
color: Style.ncTextColor
|
color: Style.ncTextColor
|
||||||
visible: text !== ""
|
visible: text !== ""
|
||||||
|
|
||||||
NCToolTip {
|
|
||||||
text: parent.text
|
|
||||||
visible: parent.hovered
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
|
|
Loading…
Reference in a new issue