wave icon indicating copy to clipboard operation
wave copied to clipboard

How to amend layout grids for 4K or above?

Open italanchan opened this issue 1 year ago • 4 comments

Our offices just switch all office's monitors (over 2xx monitors) to 27" - 39" (all are 4k or above). We had applications written use wave framework. We want change application to fit high resolutions.

Current, the wave application is show large space in two side, it is waste the screen desktop space.

italanchan avatar Mar 04 '23 09:03 italanchan

Can you provide sample code and some screenshots of what you see vs what you'd like to achieve?

Wave supports flexible layouting, so depending on your need / screen size, app's layout can be adjusted dynamically.

vopani avatar Mar 04 '23 11:03 vopani

image

run the sample program in 4K monitor

https://wave.h2o.ai/docs/examples/layout-size

italanchan avatar Mar 04 '23 11:03 italanchan

You can try using responsive layouts: https://wave.h2o.ai/docs/examples/layout-responsive It adapts to different screen sizes.

vopani avatar Mar 04 '23 16:03 vopani

I am considering making the grid layout more flexible by allowing display dimensions configuration, instead of hardcoded 1920 x 1080 to better suit Lightwave apps. Not sure about the timeline though.

In the meantime, your only option is to switch to Flex layout as suggested by @vopani.

mturoci avatar Mar 06 '23 08:03 mturoci