jkvatne / gio-v

Widgets for gio
Other
31 stars 5 forks source link

stagger Dynamic resizing using media query concept ? #2

Open gedw99 opened 2 years ago

gedw99 commented 2 years ago

The Responsive UI scaling is nice. The problem at the moment is that when the user resizes the screen, it looks very weird as the user makes the window bigger and smaller, and as things resize in real time.

A solution is to use the MediaQuery, so that it rescales in brackets. They are called "media queries breakpoints".

Some examples: https://www.w3schools.com/css/css3_mediaqueries_ex.asp

https://www.w3schools.com/howto/howto_css_media_query_breakpoints.asp

jkvatne commented 1 year ago

This is not relevant for my applications. I use the framework on WIndows, running as a native exe file. No css.