GeekJosh / BertUI

A 10-foot UI for Windows
GNU General Public License v2.0
1 stars 0 forks source link

Buttons do not resize with window #3

Open GeekJosh opened 10 years ago

GeekJosh commented 10 years ago

If the screen resolution changes (for example when switching to a different output on an AV amp), the buttons do not re-scale to match, resulting in tiny buttons.

Will hook in to window's SizeChanged() event to re-scale when necessary.