mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
Merge pull request #3433
e13d49f
Navbar: horizontally center text (selsta)
This commit is contained in:
commit
0ee5259466
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