Skip to content
Snippets Groups Projects
Commit dd09cdb4 authored by Evgenii Tagiltsev's avatar Evgenii Tagiltsev
Browse files

[*] removed commented code

parent a064e39b
No related branches found
No related tags found
1 merge request!41Bugs 2692
Pipeline #1300 canceled with stage
...@@ -27,31 +27,9 @@ DapUiQmlWidgetLastActionsForm { ...@@ -27,31 +27,9 @@ DapUiQmlWidgetLastActionsForm {
} }
} }
// DapUiQmlWidgetLastActionsHeaderForm {
// id: dapHeader
// height: 36 * pt
// anchors.left: parent.left
// anchors.top: parent.top
// anchors.right: parent.right
// anchors.leftMargin: 1 * pt
// }
// Rectangle {
// id: splitHeader
// anchors.top: dapHeader.bottom
// anchors.left: parent.left
// anchors.right: parent.right
// height: 1 * pt
// color: "#C2CAD1"
// }
ListView { ListView {
id: dapListView id: dapListView
anchors.fill: parent anchors.fill: parent
// anchors.top: splitHeader.bottom
// anchors.left: parent.left
// anchors.right: parent.right
// anchors.bottom: parent.bottom
clip: true clip: true
property var contentPos: 0.0; property var contentPos: 0.0;
......
...@@ -3,7 +3,4 @@ import QtQuick 2.4 ...@@ -3,7 +3,4 @@ import QtQuick 2.4
Rectangle { Rectangle {
anchors.fill: parent anchors.fill: parent
color: "transparent" color: "transparent"
// border.color: "#B5B5B5"
// border.width: 1 * pt
// color: "#EDEFF2"
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment