Skip to content

[worksheet] changed the default fit behavior from None to Fit

Alexander Semke requested to merge work/worksheet-fit-view-default into master

Description

Changed the default fit behavior from None to Fit to better use the available space.

Before this change our standard worksheet+plot looked like:

image

After the change:

image

So, the worksheet still has it's initial size 10cm x 10cm, but we zoom to fit the available free space. This behavior is similar to other applications that also zoom the "document" on start to better use the available space.

The user still can switch to "None" in the fit menu in the toolbar, if needed.

Conformity

When external dependencies are removed

  • Reporting to ...

Merge request reports