mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Update default system toolbar position
This commit is contained in:
parent
0d48eb55b9
commit
3ad039cadc
1 changed files with 4 additions and 3 deletions
|
@ -53,9 +53,10 @@ OriginalDesktop.Desktop {
|
|||
Toolbar {
|
||||
id: sysToolbar;
|
||||
objectName: "com.highfidelity.interface.toolbar.system";
|
||||
// Magic: sysToolbar.x and y come from settings, and are bound before the properties specified here are applied.
|
||||
x: sysToolbar.x;
|
||||
y: sysToolbar.y;
|
||||
// These values will be overridden by sysToolbar.x/y if there is a saved position in Settings
|
||||
// On exit, the sysToolbar position is saved to settings
|
||||
x: 30
|
||||
y: 50
|
||||
}
|
||||
property var toolbars: (function (map) { // answer dictionary preloaded with sysToolbar
|
||||
map[sysToolbar.objectName] = sysToolbar;
|
||||
|
|
Loading…
Reference in a new issue