mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
cleanup
This commit is contained in:
@@ -796,9 +796,6 @@ public class RunnerContentUi implements ContentUI, Disposable, CellTransform.Fac
|
||||
final Window window = SwingUtilities.getWindowAncestor(myComponent);
|
||||
if (window instanceof IdeFrame.Child) {
|
||||
((IdeFrame.Child)window).setFrameTitle(mySessionName);
|
||||
//final Dimension size = DimensionService.getInstance().getSize("GridCell.Tab.0.center");
|
||||
//final Rectangle bounds = window.getBounds();
|
||||
//window.setBounds(bounds.x, bounds.y, size.width, size.height);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user