Skip to content
Snippets Groups Projects
Commit bc7e6030 authored by luyikei's avatar luyikei
Browse files

Ruler.qml: Move the marker space to the top

parent ed02b238
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,12 @@ Rectangle {
color: "#333333"
Column {
Rectangle {
height: 9
width: ruler.width
color: "#666666"
}
Rectangle {
id: curveBorder
height: 7
......@@ -107,12 +113,6 @@ Rectangle {
}
}
}
Rectangle {
height: 9
width: ruler.width
color: "#666666"
}
}
MouseArea {
......
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