Fixed: Unable to set padding for TextView

Resolves #2024
This commit is contained in:
Rossen Hristov
2016-04-25 17:05:18 +03:00
parent 198343f0ff
commit 2672752be8
5 changed files with 33 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
TextField, TextView, Button, Label {
padding: 50;
}