Skip to content
Snippets Groups Projects
Commit 1ecadbec authored by Gregory Viguier's avatar Gregory Viguier Committed by MADELA Patrick
Browse files

addDockable with a better position

parent 9a31e338
No related branches found
No related tags found
No related merge requests found
...@@ -48,9 +48,9 @@ public class SoleilDockingDesktop extends DockingDesktop { ...@@ -48,9 +48,9 @@ public class SoleilDockingDesktop extends DockingDesktop {
//key.setAutoHideEnabled(autoHideEnabled); //key.setAutoHideEnabled(autoHideEnabled);
//key.setMaximizeEnabled(maximizeEnabled); //key.setMaximizeEnabled(maximizeEnabled);
//key.setFloatEnabled(floatingEnabled); //key.setFloatEnabled(floatingEnabled);
// super.addDockable(dockable, new RelativeDockablePosition(1,0, 0.5, 0.5));
addDockingActionListener((VlDockView) dockable); addDockingActionListener((VlDockView) dockable);
super.addDockable(dockable); super.addDockable(dockable, new RelativeDockablePosition(1,0, 0.5, 0.5));
} }
private DockingActionListener generateDockingActionListener() { private DockingActionListener generateDockingActionListener() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment