mirror of
https://github.com/AskDavis/Casinotest.git
synced 2026-03-02 01:27:14 -08:00
just a few icons updated
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user