fix ui layout
This commit is contained in:
30
app.ui
30
app.ui
@@ -34,8 +34,17 @@
|
||||
{
|
||||
"name":"btn-send",
|
||||
"text":"发送",
|
||||
"column": 10,
|
||||
"row": 6
|
||||
"column": 8,
|
||||
"row": 5
|
||||
}
|
||||
],
|
||||
"Label":[
|
||||
{
|
||||
"name":"empty-01",
|
||||
"text":" ",
|
||||
"column": 7,
|
||||
"colweight": 1,
|
||||
"row": 1
|
||||
}
|
||||
],
|
||||
"Canvas":[
|
||||
@@ -50,15 +59,6 @@
|
||||
"row": 1
|
||||
}
|
||||
],
|
||||
"Label":[
|
||||
{
|
||||
"name":"empty-01",
|
||||
"text":" ",
|
||||
"column": 9,
|
||||
"colweight": 1,
|
||||
"row": 1
|
||||
}
|
||||
],
|
||||
"Combobox":{
|
||||
"name":"cbbox-com",
|
||||
"width":20,
|
||||
@@ -146,22 +146,22 @@
|
||||
{
|
||||
"name":"entry-sendText",
|
||||
"column": 1,
|
||||
"columnspan": 9,
|
||||
"row": 6
|
||||
"columnspan": 7,
|
||||
"row": 5
|
||||
}
|
||||
],
|
||||
"ScrolledText":{
|
||||
"name":"text-recv",
|
||||
"bg":"#cccccc",
|
||||
"column": 1,
|
||||
"columnspan": 9,
|
||||
"columnspan": 7,
|
||||
"rowweight": 1,
|
||||
"row": 2
|
||||
},
|
||||
"Frame":{
|
||||
"name":"frame-opBtns",
|
||||
"row":2,
|
||||
"column": 10,
|
||||
"column": 8,
|
||||
"Label":[
|
||||
{
|
||||
"name":"label-rscript",
|
||||
|
||||
Reference in New Issue
Block a user