[Frontend] Fix alignment and font-size issues in tool-bar

Fixes #1496
This commit is contained in:
Charles Hacskaylo
2017-09-13 09:47:18 -07:00
committed by Pegah Sarram
parent bb47feb517
commit 68abc15ed5
7 changed files with 16 additions and 16 deletions

View File

@@ -153,10 +153,6 @@ define([
"description": "Set text size",
"control": "select",
"options": [
{
"value": "8px",
"name": "8 px"
},
{
"value": "9px",
"name": "9 px"
@@ -173,10 +169,18 @@ define([
"value": "12px",
"name": "12 px"
},
{
"value": "13px",
"name": "13 px"
},
{
"value": "14px",
"name": "14 px"
},
{
"value": "15px",
"name": "15 px"
},
{
"value": "16px",
"name": "16 px"
@@ -280,11 +284,7 @@ define([
"control": "numberfield",
"description": "Resize object width",
"min": "1"
}
]
},
{
"items": [
},
{
"property": "useGrid",
"name": "Snap to Grid",

View File

@@ -43,7 +43,7 @@ define(
"fixed.text": {
fill: "transparent",
stroke: "transparent",
size: "14px"
size: "13px"
}
},
DIALOGS = {