vlang / ui

A cross-platform UI library written in V
MIT License
2.31k stars 154 forks source link

Fix tabs titles #576

Closed Avocadocs closed 3 weeks ago

Avocadocs commented 3 weeks ago

Wrapped labels inside a row to position theses instead of labels.

For some reasons the .set_pos() method is not working on labels directly so the trick is to set position of a parent, that's why we wrap labels into row (we could also use column)

medvednikov commented 3 weeks ago
ui/component/tabs.v is not vfmt'ed
medvednikov commented 3 weeks ago

Thanks! :)