You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

18 lines
351 B

import QtQuick 2.0
import QtQuick.Controls.Styles 1.1
ToolBarStyle {
SystemPalette { id: sysPalette; colorGroup: SystemPalette.Active }
padding {
left: 4
right: 4
top: 4
bottom: 4
}
background: Rectangle {
implicitHeight: 16
implicitWidth: 200
color: sysPalette.window
}
}