mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-22 10:44:46 +00:00
Increasing left panel width to 300
This commit is contained in:
parent
9943ceaf0e
commit
d03f94da46
1 changed files with 2 additions and 2 deletions
|
@ -72,8 +72,8 @@ Rectangle {
|
|||
menuColumn.previousButton.checked = true
|
||||
}
|
||||
|
||||
width: (isMobile)? appWindow.width : 260
|
||||
color: "#FFFFFF"
|
||||
width: (isMobile)? appWindow.width : 300
|
||||
color: "black"
|
||||
anchors.bottom: parent.bottom
|
||||
anchors.top: parent.top
|
||||
|
||||
|
|
Loading…
Reference in a new issue