- fix AppStateBrowser position

This commit is contained in:
Normen Hansen 2015-01-28 02:05:48 +01:00
parent 3991123073
commit 18747f0add

View File

@ -59,7 +59,7 @@ autostore = false)
preferredID = "AppStateExplorerTopComponent", preferredID = "AppStateExplorerTopComponent",
//iconBase="SET/PATH/TO/ICON/HERE", //iconBase="SET/PATH/TO/ICON/HERE",
persistenceType = TopComponent.PERSISTENCE_ALWAYS) persistenceType = TopComponent.PERSISTENCE_ALWAYS)
@TopComponent.Registration(mode = "explorer", openAtStartup = true) @TopComponent.Registration(mode = "explorer", openAtStartup = true, position = 400)
@ActionID(category = "Window", id = "com.jme3.gde.core.appstates.AppStateExplorerTopComponent") @ActionID(category = "Window", id = "com.jme3.gde.core.appstates.AppStateExplorerTopComponent")
@ActionReference(path = "Menu/Window" /*, position = 333 */) @ActionReference(path = "Menu/Window" /*, position = 333 */)
@TopComponent.OpenActionRegistration( @TopComponent.OpenActionRegistration(