We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce0dcae commit b07e3efCopy full SHA for b07e3ef
src/PanelWindow.vala
@@ -159,7 +159,7 @@ public class Wingpanel.PanelWindow : Gtk.Window {
159
}
160
161
private int get_actual_height () {
162
- if (!Services.DisplayConfig.is_logical_layout () && Gdk.Display.get_default () is Gdk.Wayland.Display) {
+ if (!Services.DisplayConfig.is_logical_layout ()) {
163
return get_allocated_height () * get_scale_factor ();
164
165
0 commit comments