Fix ToolWindow's initial position (e.g., as used by edit.js).

This commit is contained in:
howard-stearns 2016-02-09 14:49:50 -08:00
parent a8ec4bb844
commit e2ac48fac0

View file

@ -20,8 +20,8 @@ Windows.Window {
property string newTabSource property string newTabSource
property alias tabView: tabView property alias tabView: tabView
onParentChanged: { onParentChanged: {
x = desktop.width / 2 - width / 2; x = 120;
y = desktop.height / 2 - height / 2; y = 120;
} }
Settings { Settings {