mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-21 01:03:55 +02:00
Merge pull request #3434
989f135
Navbar: fix layout bug on resize (selsta)
This commit is contained in:
commit
dc3e35a928
@ -129,8 +129,8 @@ Rectangle {
|
||||
Layout.minimumHeight: 30
|
||||
Layout.fillWidth: true
|
||||
color: items[index].active ? grid.borderColor : "transparent"
|
||||
height: children[0].height
|
||||
width: children[0].width
|
||||
implicitHeight: children[0].implicitHeight
|
||||
implicitWidth: children[0].implicitWidth
|
||||
|
||||
MoneroComponents.TextPlain {
|
||||
anchors.centerIn: parent
|
||||
|
Loading…
Reference in New Issue
Block a user