mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:37:45 +00:00
LibGUI: Rename ProgressBar property caption => text and expose to GML
This commit is contained in:
parent
92afdd0c86
commit
de08e7b8c9
4 changed files with 6 additions and 5 deletions
|
@ -48,6 +48,7 @@
|
|||
|
||||
@GUI::ProgressBar {
|
||||
name: "progressbar"
|
||||
text: "Generating thumbnails: "
|
||||
visible: false
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue