mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-07 16:43:42 +02:00
Navbar: fix layout bug on resize
This commit is contained in:
parent
bc1131ce41
commit
989f135d9a
@ -129,8 +129,8 @@ Rectangle {
|
|||||||
Layout.minimumHeight: 30
|
Layout.minimumHeight: 30
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
color: items[index].active ? grid.borderColor : "transparent"
|
color: items[index].active ? grid.borderColor : "transparent"
|
||||||
height: children[0].height
|
implicitHeight: children[0].implicitHeight
|
||||||
width: children[0].width
|
implicitWidth: children[0].implicitWidth
|
||||||
|
|
||||||
MoneroComponents.TextPlain {
|
MoneroComponents.TextPlain {
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
|
Loading…
Reference in New Issue
Block a user