forked from Public/monero-gui
Change settings navbar text: Layout -> Interface
This commit is contained in:
@@ -192,7 +192,7 @@ Rectangle {
|
|||||||
font.family: grid.fontFamily
|
font.family: grid.fontFamily
|
||||||
font.pixelSize: grid.fontSize
|
font.pixelSize: grid.fontSize
|
||||||
font.bold: grid.fontBold
|
font.bold: grid.fontBold
|
||||||
text: qsTr("Layout") + translationManager.emptyString
|
text: qsTr("Interface") + translationManager.emptyString
|
||||||
color: navUI.isActive ? grid.fontColorActive : grid.fontColorInActive
|
color: navUI.isActive ? grid.fontColorActive : grid.fontColorInActive
|
||||||
themeTransition: false
|
themeTransition: false
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user