geom3trik / tuix

Cross-platform GUI toolkit written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apply default style to all widgets

WeirdConstructor opened this issue · comments

All exported widgets of VIZIA should have some default style applied, that
can be overwritten. This is to make it easier to pop in some widget into an application
and see something and experiment around how to interact with it.

Styling is often the last thing you want to get into when designing the
Widget/UI structure.