Skip to content

Commit 6ec38d5

Browse files
committed
6px
1 parent c6669b6 commit 6ec38d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/pip/PopupWindow.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public class Gala.Plugins.PIP.PopupWindow : Clutter.Actor {
7070

7171
rounded_container = new Clutter.Actor ();
7272
rounded_container.add_child (clone_container);
73-
rounded_container.add_effect (new RoundedCornersEffect (9, scale));
73+
rounded_container.add_effect (new RoundedCornersEffect (6, scale));
7474

7575
container = new Clutter.Actor () {
7676
reactive = true

0 commit comments

Comments
 (0)