zpydr / gnome-shell-extension-taskbar

GNOME Shell Extension TaskBar
https://extensions.gnome.org/extension/584/taskbar/
153 stars 63 forks source link

Taskbar is cut off when using DPI scaling factor #134

Open lmagder opened 7 years ago

lmagder commented 7 years ago

When setting org.gnome.desktop.interface scaling-factor = 2 the UI scales correctly but the positioning code doesn't seem to take this into account so the bottom half of the taskbar is cut off

image

zpydr commented 7 years ago

You're right, the scaling factor is not taken into account, I will have to implement this. Meanwhile please check the "Anchor Point" setting on the Panels tab. You should be able to correct it this way.

On Sat, Nov 19, 2016 at 06:24:37PM -0800, Lucas Magder wrote:

When setting org.gnome.desktop.interface scaling-factor = 2 the UI scales correctly but the positioning code doesn't seem to take this into account so the bottom half of the taskbar is cut off

image

You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/zpydr/gnome-shell-extension-taskbar/issues/134

lmagder commented 7 years ago

Thanks. I was able to work around it by setting the Anchor Point to be the same value as the taskbar height