paysages3d/src/interface/modeler/quickapp/qml/BaseSecondaryToolbar.qml

9 lines
185 B
QML
Raw Normal View History

2015-08-19 23:15:08 +00:00
import QtQuick 2.0
2015-08-23 22:39:31 +00:00
BaseToolbar {
2015-08-19 23:15:08 +00:00
enabled: false
height: parent.height - primary_toolbar.height
anchors.left: primary_toolbar.left
anchors.top: primary_toolbar.bottom
}