Application Scaling for MSW:

+ Experiments with toolBars scaling
+ Rescaled warning and printing legends
This commit is contained in:
YuSanka 2019-04-16 12:11:48 +02:00
parent ae2c61160f
commit fc63a28481
5 changed files with 50 additions and 8 deletions

View file

@ -3806,7 +3806,9 @@ bool Plater::can_paste_from_clipboard() const
void Plater::rescale()
{
p->preview->rescale_slider();
p->preview->rescale();
p->view3D->get_canvas3d()->rescale();
p->sidebar->rescale();