mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 15:13:56 -06:00
Rename property bannerBody
to bannerText
CURA-8564
This commit is contained in:
parent
7e1247b171
commit
f7720d2a0d
4 changed files with 5 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue