flathub / com.prusa3d.PrusaSlicer

https://flathub.org/apps/details/com.prusa3d.PrusaSlicer
8 stars 14 forks source link

plater not using all screen real estate #1

Closed alpharesearch closed 4 years ago

alpharesearch commented 4 years ago

As a test, I wanted to see how the flatpack works from the software manager in my Linux Mint 19.3 Mate 64bit. Looks like there is a bug in this version, the plater not using all screen real estate (is only 1/4 and on the bottom left, the rest of the area is app background). I'm using a 4K UHD resolution, maybe this is the issue. Btw, I'm using the PrusaSlicer-2.2.0+linux-x64-202003211856.AppImage without this issue.

xarbit commented 4 years ago

Thanks, can you please share a screenshot? Ill look in to this.

xarbit commented 4 years ago

@alpharesearch Ok, I see what you mean. I tested this on my iMac 5k, that is the only high resolution screen I have. It does work fine using the native resolution but not when I scaled it using the Display settings (200%).

xarbit commented 4 years ago

interesting, using the RPM from the Fedora repos has the same issue..

xarbit commented 4 years ago

It turns out it is a bug upstream when PrusaSlicer is built using wxGtk3. I opened a new issue: https://github.com/prusa3d/PrusaSlicer/issues/4135

I committed a new fix and changed to wxGtk2, that is also what the AppImage is using and there seems to be more issues open regarding wxGtk3 ..

alpharesearch commented 4 years ago

Thanks for figuring this out.