Rename property bannerBody to bannerText

CURA-8564
This commit is contained in:
casper 2021-11-29 11:53:35 +01:00
parent e5c8d5456d
commit 00135e574d
6 changed files with 7 additions and 7 deletions

View file

@ -13,7 +13,7 @@ Rectangle
{
property bool bannerVisible
property string bannerIcon
property string bannerBody
property string bannerText
property var onRemoveBanner
property string readMoreUrl
@ -82,7 +82,7 @@ Rectangle
}
font: UM.Theme.getFont("default")
text: bannerBody
text: bannerText
renderType: Text.NativeRendering
color: "white"