2019-07-08 13:52:41 +10:00
|
|
|
// Copyright 2019 miruka
|
|
|
|
// This file is part of harmonyqml, licensed under LGPLv3.
|
|
|
|
|
2019-05-12 07:51:00 +10:00
|
|
|
import QtQuick 2.7
|
|
|
|
|
|
|
|
Rectangle {
|
|
|
|
id: rectangle
|
2019-07-07 07:50:55 +10:00
|
|
|
color: theme.sidePane.background
|
2019-05-12 07:51:00 +10:00
|
|
|
}
|