Drifty
Drifty copied to clipboard
Implement Dynamic Image Scaling for GUI Components
There's a need to implement dynamic image scaling for all ImageView components across the GUI to ensure proper display on different resolutions and window sizes. This issue was highlighted during PR #544 and is crucial for enhancing the GUI's responsiveness and visual consistency.
Related discussions:
- PR: https://github.com/SaptarshiSarkar12/Drifty/pull/544
- Comment: https://github.com/SaptarshiSarkar12/Drifty/pull/544#discussion_r1649727354
@SaptarshiSarkar12