|
|
@@ -236,18 +236,16 @@ namespace BansheeEngine
|
|
|
inputBoxStyle.hover.texture = getSkinTexture(InputBoxHoverTex);
|
|
|
inputBoxStyle.focused.texture = getSkinTexture(InputBoxFocusedTex);
|
|
|
inputBoxStyle.active.texture = inputBoxStyle.normal.texture;
|
|
|
- inputBoxStyle.border.left = 5;
|
|
|
- inputBoxStyle.border.right = 5;
|
|
|
- inputBoxStyle.border.top = 5;
|
|
|
- inputBoxStyle.border.bottom = 5;
|
|
|
- inputBoxStyle.margins.left = 4;
|
|
|
- inputBoxStyle.margins.right = 4;
|
|
|
- inputBoxStyle.margins.top = 4;
|
|
|
- inputBoxStyle.margins.bottom = 4;
|
|
|
- inputBoxStyle.contentOffset.left = 2;
|
|
|
- inputBoxStyle.contentOffset.right = 2;
|
|
|
+ inputBoxStyle.border.left = 1;
|
|
|
+ inputBoxStyle.border.right = 1;
|
|
|
+ inputBoxStyle.border.top = 1;
|
|
|
+ inputBoxStyle.border.bottom = 1;
|
|
|
+ inputBoxStyle.contentOffset.left = 3;
|
|
|
+ inputBoxStyle.contentOffset.right = 3;
|
|
|
+ inputBoxStyle.contentOffset.top = 2;
|
|
|
+ inputBoxStyle.contentOffset.bottom = 2;
|
|
|
inputBoxStyle.fixedHeight = true;
|
|
|
- inputBoxStyle.height = 21;
|
|
|
+ inputBoxStyle.height = 15;
|
|
|
inputBoxStyle.minWidth = 10;
|
|
|
inputBoxStyle.font = font;
|
|
|
inputBoxStyle.fontSize = DefaultFontSize;
|