Skip to content

Commit

Permalink
设置文本区不自动换行
Browse files Browse the repository at this point in the history
  • Loading branch information
cforth committed Nov 5, 2018
1 parent 7ebecc6 commit f43c0e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions FileSplitUI.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"resultText": {
"class": "Text",
"int": {"width": 60, "height": 20},
"string": {"wrap": "none"},
"grid": {"row":4, "column":0, "columnspan":2, "sticky":["W", "E", "N", "S"]}
},
"TextScrollbarY": {
Expand Down
1 change: 1 addition & 0 deletions MD5GenerateUI.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"MD5ResultText": {
"class": "Text",
"int": {"width": 60, "height": 20},
"string": {"wrap": "none"},
"grid": {"row":1, "column":0, "columnspan":4, "sticky":["W", "E", "N", "S"]}
},
"TextScrollbarY": {
Expand Down
1 change: 1 addition & 0 deletions RandomPasswordUI.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"resultText": {
"class": "Text",
"int": {"width": 60, "height": 20},
"string": {"wrap": "none"},
"grid": {"row":1, "column":0, "columnspan":7, "sticky":["W", "E", "N", "S"]}
},
"TextScrollbarY": {
Expand Down

0 comments on commit f43c0e3

Please sign in to comment.