Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to hide title bar #3

Closed
mike-ward opened this issue Jan 4, 2020 · 1 comment
Closed

Add option to hide title bar #3

mike-ward opened this issue Jan 4, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@mike-ward
Copy link
Owner

mike-ward commented Jan 4, 2020

Add an option to hide the title bar. This can be accomplished by setting WindowStyle=None. However, there's a bug in Windows 10 where the top of the title bar frame still shows when setting the window style to None. So I'll also have to set ResizeMode=None when this option is selected.

This will also help with the issue of the inactive title bar being white.

@mike-ward mike-ward added the enhancement New feature or request label Jan 4, 2020
@mike-ward mike-ward self-assigned this Jan 4, 2020
mike-ward added a commit that referenced this issue Jan 5, 2020
mike-ward added a commit that referenced this issue Jan 6, 2020
@mike-ward
Copy link
Owner Author

Hiding the title bar had the weird side affect changing the internal size and making it hard to line up.

Implementing my own title bar allows me to make it smaller and the color remains fixed. This is what the original gadget did.

The one side effect I'm not going to work out in this release is that resizing can only be done by using the gripper control in the bottom right corner.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant