Skip to content

Commit d9c72e3

Browse files
committed
PanelWindow: update position when setting custom size
1 parent 7968032 commit d9c72e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ShellClients/PanelWindow.vala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ public class Gala.PanelWindow : ShellWindow, RootTarget {
111111
public void set_size (int width, int height) {
112112
this.width = width;
113113
this.height = height;
114+
position_window ();
114115
}
115116

116117
public void request_visible_in_multitasking_view () {

0 commit comments

Comments
 (0)