Skip to content
Snippets Groups Projects
Commit e87f0bec authored by buczekp's avatar buczekp
Browse files

minor: added tab panel context menu for extended possibilities of tab closing

SVN: 13596
parent 6768c4c8
No related branches found
No related tags found
No related merge requests found
...@@ -62,6 +62,7 @@ public class MainTabPanel extends TabPanel ...@@ -62,6 +62,7 @@ public class MainTabPanel extends TabPanel
// "com.google.gwt.core.client.JavaScriptException: (TypeError): Result of expression 'c' [null] is not an object." // "com.google.gwt.core.client.JavaScriptException: (TypeError): Result of expression 'c' [null] is not an object."
setTabScroll(true); setTabScroll(true);
setId(ID); setId(ID);
setCloseContextMenu(true);
add(createWelcomePanel()); add(createWelcomePanel());
} }
......
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