Commit 8dc84fa 1 parent 90b4503 commit 8dc84fa Copy full SHA for 8dc84fa
File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -55,13 +55,13 @@ This is also possible with entire frames and its children objects. So keep that
55
55
Here is a example on how to create a cool looking frame by using xml:
56
56
``` xml
57
57
<frame width =" parent.w/2" bg =" gray" scrollable =" true" importantScroll =" true" >
58
- <button x =" 2" y =" 2" width =" 100% -2" bg =" black" fg =" lightGray" text =" Example Button 1!" />
59
- <button x =" 2" y =" 6" width =" 100% -2" bg =" black" fg =" lightGray" text =" Example Button 2!" />
60
- <button x =" 2" y =" 10" width =" 100% -2" bg =" black" fg =" lightGray" text =" Example Button 3!" />
61
- <button x =" 2" y =" 14" width =" 100% -2" bg =" black" fg =" lightGray" text =" Example Button 4!" />
62
- <button x =" 2" y =" 18" width =" 100% -2" bg =" black" fg =" lightGray" text =" Example Button 5!" />
63
- <button x =" 2" y =" 22" width =" 100% -2" bg =" black" fg =" lightGray" text =" Example Button 6!" />
64
- <button x =" 2" y =" 26" width =" 100% -2" bg =" black" fg =" lightGray" text =" Example Button 7!" />
58
+ <button x =" 2" y =" 2" width =" parent.w -2" bg =" black" fg =" lightGray" text =" Example Button 1!" />
59
+ <button x =" 2" y =" 6" width =" parent.w -2" bg =" black" fg =" lightGray" text =" Example Button 2!" />
60
+ <button x =" 2" y =" 10" width =" parent.w -2" bg =" black" fg =" lightGray" text =" Example Button 3!" />
61
+ <button x =" 2" y =" 14" width =" parent.w -2" bg =" black" fg =" lightGray" text =" Example Button 4!" />
62
+ <button x =" 2" y =" 18" width =" parent.w -2" bg =" black" fg =" lightGray" text =" Example Button 5!" />
63
+ <button x =" 2" y =" 22" width =" parent.w -2" bg =" black" fg =" lightGray" text =" Example Button 6!" />
64
+ <button x =" 2" y =" 26" width =" parent.w -2" bg =" black" fg =" lightGray" text =" Example Button 7!" />
65
65
</frame >
66
66
<frame x =" parent.w/2+1" width =" parent.w/2+1" bg =" black" >
67
67
<textfield bg =" gray" x =" 2" y =" 2" width =" parent.w-2" >
You can’t perform that action at this time.
0 commit comments