Commit graph

5 commits

Author SHA1 Message Date
srcarter3
e7db089b44 Fix the functionality for locating the cursor using a hotkey
- for some reason this was completely broken in v20
- updated the size and display length for better UI experience
- fixed the drawing and closing of the locate window
2023-11-08 16:12:52 -08:00
srcarter3
5424bfb7d3 Add functionality to delete displays
- update plugin.xml to reference proper class to delete displays (bundles)
- Add in DeleteAWIPSBundle class from v18 (MJ created it originally)
  -update class to remove unused import and update the deprecated method call
2023-10-10 15:30:15 -07:00
srcarter3
470a6bcdfd Continued changes for single pane default view
ChangeD2DLayoutAction:
- set initial side view number to 0
- added comment for side view resizing (from previous commit)

D2D5Pane
- removed the THREE_PANE_WIDTH (not used anymore)
- added a ZERO_PANE_WIDTH
- default to 0 views otherwise use the base views for side views
- use the ZERO_PANE_WIDTH when there are zero views
2022-08-29 17:06:35 -07:00
srcarter3
18aafccd2d Change default d2d startup to 1 pane
plugin.xml
- changed 1panel to have 0 side panes

ChangeD2DLayoutAction
- if 0 side panels, make side panel width 0

D2D5Pane
- change initial start up to have 0 side panes
2022-08-24 22:15:40 -07:00
ucar-tmeyer
9b876b5319 Initial commit 2022-05-05 12:34:50 -05:00