Skip to content

Commit 55d285b

Browse files
committed
Fix merge
1 parent e5878a6 commit 55d285b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/BaseItem.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public class Dock.BaseItem : Gtk.Box {
146146
Granite.TRANSITION_DURATION_OPEN,
147147
new Adw.CallbackAnimationTarget ((val) => {
148148
bin.allocate (icon_size, icon_size, -1,
149-
new Gsk.Transform ().translate (Graphene.Point () { y = TopMargin.SIZE + (float) val }
149+
new Gsk.Transform ().translate (Graphene.Point () { y = (float) val }
150150
));
151151
})
152152
);

0 commit comments

Comments
 (0)