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.
 
 
 
 

19 lines
390 B

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