SoftProjector / softprojector

Church media presentation software
http://softprojector.org/
GNU General Public License v3.0
48 stars 29 forks source link

Custom scaling shrinks columns in operator view #53

Open davidk1294 opened 4 years ago

davidk1294 commented 4 years ago

Adjusting scaling to 200% in windows makes columns in operator view unusable. Is there a way to make column width adjustable? I have a 4k monitor with 200% scaling enabled. IMG_20200823_111908 IMG_20200823_111858

DmitriyS83 commented 4 years ago

Oh wow. 4k screen is nice but a bit overkill. A 1440 screen would be a better choice. Anyway to fix the situation a scaling flag is needed to be added to the main function. Here is a link that addressed this issue. I am not a developer for this project but I am running my own compiled version of the application. and adding the following line of code helps with scaling, but there is an issue with the toolbars, needing to move them for the system to redraw them correctly.

QApplication::setAttribute(Qt::AA_EnableHighDpiScaling);

https://stackoverflow.com/questions/35816944/improper-scaling-of-qt-desktop-application-in-windows-10

On Sun, Aug 23, 2020 at 3:29 PM davidk1294 notifications@github.com wrote:

Adjusting scaling to 200% in windows makes columns in operator view unusable. Is there a way to make column width adjustable? I have a 4k monitor with 200% scaling enabled. [image: IMG_20200823_111908] https://user-images.githubusercontent.com/70105633/90986982-f0e47280-e54c-11ea-8a30-5a62b2fded11.jpg [image: IMG_20200823_111858] https://user-images.githubusercontent.com/70105633/90986986-f641bd00-e54c-11ea-9a93-add45044f708.jpg

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/SoftProjector/softprojector/issues/53, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJFITECHKNXUO2OZ56FGRW3SCFUZNANCNFSM4QI2H3PQ .