mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Fix width of Flight Waypoints List. The vertical header width was returning 0 so the table width was under estimated leading to the table being too narrow. Used sizeHint to get vertical header width to work around this issue.