[Layout] Line endpoint coordinate editing
Added appropriate line endpoint coordinate editing input fields
This commit is contained in:
@@ -162,28 +162,28 @@ define([
|
||||
"control": "textfield"
|
||||
},
|
||||
{
|
||||
"method": "editX1",
|
||||
"property": "editX1",
|
||||
"text": "X1",
|
||||
"name": "X1",
|
||||
"cssClass": "l-input-sm",
|
||||
"control" : "textfield"
|
||||
},
|
||||
{
|
||||
"property": "y1",
|
||||
"property": "editY1",
|
||||
"text": "Y1",
|
||||
"name": "Y1",
|
||||
"cssClass": "l-input-sm",
|
||||
"control" : "textfield"
|
||||
},
|
||||
{
|
||||
"property": "x2",
|
||||
"property": "editX2",
|
||||
"text": "X2",
|
||||
"name": "X2",
|
||||
"cssClass": "l-input-sm",
|
||||
"control" : "textfield"
|
||||
},
|
||||
{
|
||||
"property": "y2",
|
||||
"property": "editY2",
|
||||
"text": "Y2",
|
||||
"name": "Y2",
|
||||
"cssClass": "l-input-sm",
|
||||
|
||||
Reference in New Issue
Block a user