wgui: components refactoring, id handles
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
<div flex_direction="column" padding="16">
|
||||
<label weight="bold" text="Try these environment variables:" />
|
||||
<label text="TESTBED=bar" />
|
||||
<label text="TESTBED=various_widgets" />
|
||||
<label text="TESTBED=watch" />
|
||||
<label text="TESTBED=dashboard" />
|
||||
</div>
|
||||
|
||||
@@ -8,9 +8,12 @@
|
||||
<label text="Raw text" color="#FFFFFF" />
|
||||
<label translation="TESTBED.HELLO_WORLD" color="#FFFFFF" />
|
||||
|
||||
<button text="Red button" width="128" height="32" color="#FF0000" />
|
||||
<button text="Aqua button" width="128" height="32" color="#00FFFF" />
|
||||
<button text="Yellow button" width="128" height="32" color="#FFFF00" />
|
||||
|
||||
<label id="label_current_option" />
|
||||
|
||||
<button margin_left="16" id="button_red" text="Red button" width="128" height="32" color="#FF0000" />
|
||||
<button margin_left="16" id="button_aqua" text="Aqua button" width="128" height="32" color="#00FFFF" />
|
||||
<button margin_left="16" id="button_yellow" text="Yellow button" width="128" height="32" color="#FFFF00" />
|
||||
|
||||
<div flex_direction="row" gap="16">
|
||||
<div flex_direction="column" gap="8">
|
||||
|
||||
Reference in New Issue
Block a user