2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

contrib/InfoPanel/demo.layout: updated

removed: trash
added: ticker

git-svn-id: https://svn.fhem.de/fhem/trunk@7999 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2015-02-15 17:45:57 +00:00
parent 624d8ca1cb
commit 459d46bf20

View File

@ -216,7 +216,7 @@ rgb "5858587F" # dunkelgrau
rect - 0 420 800 580 5 5 1 rect - 0 420 800 580 5 5 1
# jetzt den Plot einbinden # jetzt den Plot einbinden
plot - 0 420 1 1 "SVG_owoLog_1" plot - 0 420 1 1 "SVG_out_Balkon"
rgb "FFFFFFFF" rgb "FFFFFFFF"
@ -276,4 +276,11 @@ textboxalign justify
# #
textbox - 210 50 180 50 "http://www.fhem.de" "Ich bin eine Textbox und wenn man mich anklickt geht es direkt zu www.fhem.de" textbox - 210 50 180 50 "http://www.fhem.de" "Ich bin eine Textbox und wenn man mich anklickt geht es direkt zu www.fhem.de"
padding 0
# ticker
# Format: ticker <id> <x> <y> <width> <items> <speed> <textList>
#
ticker - 20 50 160 2 700 "Zeile 1 ABC\nZeile 2 DEF\nZeile 3 GHI\n"
# #