just a few icons updated

This commit is contained in:
felixrojauro
2015-11-24 01:32:40 +01:00
parent 93b1e17402
commit e796796afd
33 changed files with 203 additions and 152 deletions

View File

@@ -3,8 +3,8 @@ import QtQuick 2.0
Rectangle
{
id: id_toolbarRoot
width: parent.width
height: parent.height
width: parent ? parent.width : 0
height: parent ? parent.height : 0
color: GUI20Skin.colorWindowBackground
QmlGUIMenuToolbarControl
{