Remi05 / outlines

An app to help review your UI implementation.
MIT License
7 stars 0 forks source link

Properties pane covers Taskbar #37

Closed Remi05 closed 3 years ago

Remi05 commented 3 years ago

Since the properties pane takes the entire height of the screen, it covers the Taskbar, this can cause it to hide the system tray icon and therefore prevent users to close the app using that menu. It would therefore be preferable for the properties pane to only take up the height of the work area.

Remi05 commented 3 years ago

Use Screen.PrimaryScreen.WorkingArea.Height to get the work area height.

Remi05 commented 3 years ago

Addressed in PR #40 by centering the Properties panel and adding margins at the top and bottom.