Skip to content

Commit

Permalink
console/plugins/PluginManager: Using the new Popup annotation fields.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulosousadias committed Jul 27, 2024
1 parent 77e7971 commit f017c50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/java/pt/lsts/neptus/console/plugins/PluginManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@
* @author pdias
*
*/
@Popup(name = "Plugin Manager", icon = "images/buttons/events.png", pos = POSITION.CENTER, width = 500, height = 500, accelerator = 'P')
@Popup(name = "Plugin Manager", icon = "images/buttons/events.png", pos = POSITION.CENTER, width = 500, height = 500,
accelerator = 'P', alwaysResetPopupPosition = true)
// @PluginDescription(name = "Plugin Manager", icon = "images/buttons/events.png")
public class PluginManager extends ConsolePanel {

Expand Down

0 comments on commit f017c50

Please sign in to comment.