chore: upd
This commit is contained in:
@@ -7,6 +7,7 @@ Item {
|
||||
id: topbar
|
||||
implicitWidth: 1312
|
||||
implicitHeight: 182
|
||||
|
||||
anchors.centerIn: parent
|
||||
|
||||
property var iconSources: ["item.png", "equip.png", "power.png", "config.png"]
|
||||
@@ -31,6 +32,7 @@ Item {
|
||||
|
||||
Image {
|
||||
source: "./topbar/setting_names/" + topbar.iconSources[topbar.selectedIndex]
|
||||
x: -64
|
||||
}
|
||||
|
||||
FocusScope {
|
||||
@@ -46,6 +48,7 @@ Item {
|
||||
spacing: 76
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
y: 45
|
||||
anchors.horizontalCenterOffset: -38
|
||||
|
||||
Repeater {
|
||||
model: topbar.iconSources
|
||||
|
||||
Reference in New Issue
Block a user