mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-15 16:27:27 -04:00
Increasing left panel width to 300
This commit is contained in:
@@ -72,8 +72,8 @@ Rectangle {
|
|||||||
menuColumn.previousButton.checked = true
|
menuColumn.previousButton.checked = true
|
||||||
}
|
}
|
||||||
|
|
||||||
width: (isMobile)? appWindow.width : 260
|
width: (isMobile)? appWindow.width : 300
|
||||||
color: "#FFFFFF"
|
color: "black"
|
||||||
anchors.bottom: parent.bottom
|
anchors.bottom: parent.bottom
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user