Improved Styling and Resizing Options for Floating Windows #469
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR addresses an issue with the thin border around floating windows in the VS2013 theme, which did match the Visual Studio 2013 style but made it difficult to resize the windows using the mouse. The border thickness was initially set to 1, which was aesthetically pleasing but not practical for resizing.
What's changed: I introduced an additional border with the background color of TabBackground and set it to a thickness of 5, outside of the content area, making the resizing area larger without affecting the visual style of the windows.
Reason for changes: To improve the user experience by making it easier to resize floating windows while maintaining the visual integrity of the VS2013 theme.
Impacts on existing functionality: The visual appearance remains consistent with the theme, but resizing the windows is now more user-friendly.
Additional Information:
No additional actions are required post-merge.
This change does not relate to any open issue.
Testing: The changes have been manually tested to ensure that the floating windows can be resized comfortably without compromising the visual style.