Remi05 / outlines

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

View pixel dimensions support #50

Open Remi05 opened 3 years ago

Remi05 commented 3 years ago

When switching from WinForms to WPF, we switched from dimensions in view pixels to dimensions in raw pixels. Knowing the dimensions in view pixels can be very useful, if not more than raw pixels, so we should add the ability to use them. At a minimum, we should default to view pixels, but adding an option to toggle between the two could be nice.