Skip to content

Commit

Permalink
Added new Files
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeCarlo committed Nov 13, 2018
1 parent 0e9473a commit 63798ef
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@
################################################################################

/.vs/ProjectSettings.json
/.vs/slnx.sqlite
/.vs
/.vs/slnx.sqlite
12 changes: 12 additions & 0 deletions Button.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "ButtonTemplate",
"visualStyles": {
"actionButton": {
"*": {
"visualHeader": [{
"show": true
}]
}
}
}
}
3 changes: 3 additions & 0 deletions Shape.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
}],
"rotation": [{
"angle": 0
}],
"visualHeader": [{
"show": false
}]
}
}
Expand Down
17 changes: 17 additions & 0 deletions Textbox.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "TextboxTemplate",
"visualStyles": {
"textbox": {
"*": {
"background": [{
"show": true,
"color": { "solid": { "color": "#DDDDDD"}},
"transparency": 0
}],
"visualHeader": [{
"show": true
}]
}
}
}
}

0 comments on commit 63798ef

Please sign in to comment.