GUAC-970: Reduce padding. It's too much for the poor iPad to handle.

This commit is contained in:
Michael Jumper
2015-01-05 00:58:19 -08:00
parent c36a9948ab
commit 77cdf81d44

View File

@@ -50,7 +50,7 @@ angular.module('textInput').directive('guacTextInput', [function guacTextInput()
* *
* @type Number * @type Number
*/ */
var TEXT_INPUT_PADDING = 128; var TEXT_INPUT_PADDING = 4;
/** /**
* The Unicode codepoint of the character to use for padding on * The Unicode codepoint of the character to use for padding on