aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/assets/debugger
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-07-04 21:31:13 +0800
committerobscuren <geffobscura@gmail.com>2014-07-04 21:31:13 +0800
commit9e38ca555dccd6b9a4a3fa0eb9eb749d2dc3c82c (patch)
treed88bfa53ee9d3572437aa276a3b5e8014e38632d /ethereal/assets/debugger
parentde183e80db6ce380c8030f00c24479ed0290878b (diff)
downloaddexon-9e38ca555dccd6b9a4a3fa0eb9eb749d2dc3c82c.tar.gz
dexon-9e38ca555dccd6b9a4a3fa0eb9eb749d2dc3c82c.tar.zst
dexon-9e38ca555dccd6b9a4a3fa0eb9eb749d2dc3c82c.zip
Visual updates
Diffstat (limited to 'ethereal/assets/debugger')
-rw-r--r--ethereal/assets/debugger/debugger.qml12
1 files changed, 1 insertions, 11 deletions
diff --git a/ethereal/assets/debugger/debugger.qml b/ethereal/assets/debugger/debugger.qml
index 579e8be3a..f204647c8 100644
--- a/ethereal/assets/debugger/debugger.qml
+++ b/ethereal/assets/debugger/debugger.qml
@@ -231,7 +231,7 @@ ApplicationWindow {
}
height: parent.height
width: parent.width
- TableViewColumn{ id: message ; role: "message" ; title: "log" ; width: logTableView.width -1 }
+ TableViewColumn{ id: message ; role: "message" ; title: "log" ; width: logTableView.width - 2 }
model: logModel
}
}
@@ -258,16 +258,6 @@ ApplicationWindow {
exec()
}
}
-
- Button {
- anchors {
- left: dbgCommand.right
- }
- text: "Exec"
- onClicked: {
- exec()
- }
- }
}
toolBar: ToolBar {