mirror of
https://github.com/elementary/gala.git
synced 2025-01-08 11:06:59 +03:00
Don't allow window to make the preview overflow
This commit is contained in:
parent
3e6dbb667e
commit
9b7302b9c6
@ -126,7 +126,8 @@ namespace Gala
|
|||||||
windows.y = INDICATOR_BORDER;
|
windows.y = INDICATOR_BORDER;
|
||||||
windows.height = THUMBNAIL_HEIGHT;
|
windows.height = THUMBNAIL_HEIGHT;
|
||||||
windows.width = width;
|
windows.width = width;
|
||||||
|
windows.clip_to_allocation = true;
|
||||||
|
|
||||||
add_child (indicator);
|
add_child (indicator);
|
||||||
add_child (wallpaper);
|
add_child (wallpaper);
|
||||||
add_child (windows);
|
add_child (windows);
|
||||||
|
Loading…
Reference in New Issue
Block a user