vlang / ui

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

layout: rename `isize` to `i_size` #518

Closed Delta456 closed 1 year ago

Delta456 commented 1 year ago

Needed for https://github.com/vlang/v/pull/17917

Delta456 commented 1 year ago

I think some commit of vlang/v have caused this to happen.

/home/runner/work/ui/ui/vlib/ui/src/textbox.v is not vfmt'ed
/home/runner/work/ui/ui/vlib/ui/src/extra_text_syntax.v is not vfmt'ed
/home/runner/work/ui/ui/vlib/ui/examples/7guis/flightbooker.v is not vfmt'ed

I am not sure if I should run v fmt on them in this PR itself.