fix ui layout

This commit is contained in:
vc4
2021-08-24 18:15:25 +08:00
parent fd2e9fdc7e
commit 51e5deefec
2 changed files with 16 additions and 16 deletions

30
app.ui
View File

@@ -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",