11 lines
215 B
QML
11 lines
215 B
QML
import QtQuick
|
|
import ISC
|
|
|
|
// Card container for the Data tab bento boxes.
|
|
Rectangle {
|
|
color: Theme.sidePanelBackground
|
|
border.color: Theme.sideBorder
|
|
border.width: 1
|
|
radius: Theme.sidePanelRadius
|
|
}
|