Skip to content

Commit

Permalink
dashboard color #80CC28
Browse files Browse the repository at this point in the history
  • Loading branch information
signedav committed Jan 29, 2018
1 parent 62f73b4 commit 500a12c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/qml/DashBoard.qml
Expand Up @@ -13,7 +13,7 @@ Controls.Pane {
property alias currentLayer: legend.currentLayer
property MapSettings mapSettings

property color mainColor: "#C8E6C9"
property color mainColor: "#80CC28"
padding: 0

ColumnLayout {
Expand Down
2 changes: 1 addition & 1 deletion src/qml/qgismobileapp.qml
Expand Up @@ -340,7 +340,7 @@ ApplicationWindow {

iconSource: Style.getThemeIcon( "ic_menu_white_24dp" )
onClicked: dashBoard.visible = !dashBoard.visible
bgcolor: dashBoard.visible ? "#C8E6C9" : "#212121"
bgcolor: dashBoard.visible ? "#80CC28" : "#212121"
Connections {
target: dashBoard
onOpenChanged: menuButton.rotate()
Expand Down

0 comments on commit 500a12c

Please sign in to comment.