提交 792055d6 编写于 作者: aaronchen2k2k's avatar aaronchen2k2k

test on win10

上级 04b30a5c
......@@ -33,13 +33,13 @@ func InitReportBugPage(resultDir string, caseId string) error {
// title
left := x
right := left + widget.TextWidthFull - 5
titleInput := widget.NewTextWidget("titleInput", left, y, widget.TextWidthFull-5, bug.Title)
titleInput := widget.NewTextWidget("titleInput", left, y, widget.TextWidthFull-5, "bug.Title")
ui.ViewMap["reportBug"] = append(ui.ViewMap["reportBug"], titleInput.Name())
// steps
left = right + ui.Space
stepsWidth := w - left - 3
stepsInput := widget.NewTextareaWidget("stepsInput", left, y, stepsWidth, h-constant.CmdViewHeight-2, bug.Steps)
stepsInput := widget.NewTextareaWidget("stepsInput", left, y, stepsWidth, h-constant.CmdViewHeight-2, "bug.Steps")
stepsInput.Title = i118Utils.I118Prt.Sprintf("steps")
ui.ViewMap["reportBug"] = append(ui.ViewMap["reportBug"], stepsInput.Name())
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册