This updates the method:
static void ui_draw_panel_dragwidget(const rctf *rect)
to draw more obvious handles
Problems with the old Handles:
- Barely visible
- Function isn't clear (ambiguity with editor sizing)
Benefits of the new Handles:
- Obvious function
- Stands out/is visible (possibly too much?)
This is designed to scale with both DPI and Panel zooming, so it will look good across multiple screen sizes/pixel densities
Old:
------REV #1------
Zooming:
------REV #2------
------REV #3------
------REV #4------
------REV #5------













