Hello,
Using the "Navigator.pnl" to zoom some panels,
in the config file, the following settings working well :
[ui]
minZoomFactor = 0.4 // zoom 40%
maxZoomFactor = 5 // zoom 500%
But when I put this setting:
minZoomFactor = 0.7
there is no effect... the value minZoomFactor is always "0,5" (the original default system value)
Can we use a value greater than "0,5" ?