|
|
|
@ -16,8 +16,7 @@ FishUI.Window {
|
|
|
|
minimumHeight: 600
|
|
|
|
minimumHeight: 600
|
|
|
|
headerBarHeight: 50
|
|
|
|
headerBarHeight: 50
|
|
|
|
|
|
|
|
|
|
|
|
backgroundColor: FishUI.Theme.darkMode ? Qt.rgba(38 / 255, 38 / 255, 38 / 255, 255)
|
|
|
|
backgroundColor: FishUI.Theme.darkMode ? "#262626" : "#F2F2F7"
|
|
|
|
: Qt.rgba(237 / 255, 237 / 255, 242 / 255, 255)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
headerBar: Item {
|
|
|
|
headerBar: Item {
|
|
|
|
Rectangle {
|
|
|
|
Rectangle {
|
|
|
|
@ -26,7 +25,7 @@ FishUI.Window {
|
|
|
|
anchors.top: parent.top
|
|
|
|
anchors.top: parent.top
|
|
|
|
anchors.bottom: parent.bottom
|
|
|
|
anchors.bottom: parent.bottom
|
|
|
|
implicitWidth: sideBar.width
|
|
|
|
implicitWidth: sideBar.width
|
|
|
|
color: FishUI.Theme.backgroundColor
|
|
|
|
color: FishUI.Theme.darkMode ? "#333333" : "#E5E5EB"
|
|
|
|
|
|
|
|
|
|
|
|
Behavior on color {
|
|
|
|
Behavior on color {
|
|
|
|
ColorAnimation {
|
|
|
|
ColorAnimation {
|
|
|
|
|