setup/welcome/gui/welcome.yaml in rsence-2.1.7 vs setup/welcome/gui/welcome.yaml in rsence-2.1.8
- old
+ new
@@ -16,10 +16,10 @@
# The root level class for user interfaces must be an instance of HApplication (RSence.GUIApp is extended from the HApplication class).
class: RSence.GUIApp
# Each class takes a number of options for its constructor.
options:
- title: Welcome App
+ label: Welcome App
# The subviews use the class defined above as their parent component.
subviews:
# The sheet is used as the main visual container for the gui in this app.
# HSheet is an component that dims the background and shows a dialog sheet while its value is 0.
- class: HSheet