mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
Navbar: horizontally center text
This commit is contained in:
parent
bc1131ce41
commit
e13d49f43e
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ Rectangle {
|
||||||
width: children[0].width
|
width: children[0].width
|
||||||
|
|
||||||
MoneroComponents.TextPlain {
|
MoneroComponents.TextPlain {
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.centerIn: parent
|
||||||
font.family: grid.fontFamily
|
font.family: grid.fontFamily
|
||||||
font.pixelSize: grid.fontSize
|
font.pixelSize: grid.fontSize
|
||||||
font.bold: grid.fontBold
|
font.bold: grid.fontBold
|
||||||
|
|
Loading…
Reference in a new issue