Don't allow window to make the preview overflow

This commit is contained in:
Tom Beckmann 2012-06-22 17:56:47 +02:00
parent 3e6dbb667e
commit 9b7302b9c6

View File

@ -126,7 +126,8 @@ namespace Gala
windows.y = INDICATOR_BORDER;
windows.height = THUMBNAIL_HEIGHT;
windows.width = width;
windows.clip_to_allocation = true;
add_child (indicator);
add_child (wallpaper);
add_child (windows);