Skip to content

Commit 6458c28

Browse files
Update src/Widgets/MultitaskingView/Tooltip.vala
Co-authored-by: Leonhard <[email protected]>
1 parent 8c28a8f commit 6458c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Widgets/MultitaskingView/Tooltip.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public class Gala.Tooltip : Clutter.Actor {
3232
background_color = Drawing.Color.TOOLTIP_BACKGROUND;
3333

3434
var rounded_corners_effect = new RoundedCornersEffect (3, monitor_scale);
35-
bind_property ("monitor_scale", rounded_corners_effect, "monitor_scale");
35+
bind_property ("monitor-scale", rounded_corners_effect, "monitor-scale");
3636
add_effect (rounded_corners_effect);
3737
}
3838

0 commit comments

Comments
 (0)