Skip to content

Commit f4c9462

Browse files
committed
Fix window icon position
1 parent 4f5db98 commit f4c9462

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Widgets/WindowClone.vala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,8 @@ public class Gala.WindowClone : Clutter.Actor {
357357
var scale = display.get_monitor_scale (display.get_monitor_index_for_rect (rect));
358358
place_widgets (rect.width, rect.height, scale);
359359

360+
set_window_icon_position (initial_width, initial_height, scale);
361+
360362
new GesturePropertyTransition (this, gesture_tracker, "x", intial_x, (float) rect.x).start (with_gesture);
361363
new GesturePropertyTransition (this, gesture_tracker, "y", intial_y, (float) rect.y).start (with_gesture);
362364
new GesturePropertyTransition (this, gesture_tracker, "width", (float) initial_width, (float) rect.width).start (with_gesture);

0 commit comments

Comments
 (0)