aboutsummaryrefslogtreecommitdiff
path: root/BarSeparator.qml
blob: e2e82b39e0c5b18a9713995903f22b17a2cf9b93 (plain)
1
2
3
4
5
6
7
8
9
10
import QtQuick 2.9
import QtQuick.Controls 1.4

ToolButton
{
	implicitWidth: 8

	// prevent clicking animation
	MouseArea { anchors.fill: parent }
}