diff options
| author | Neil Jagdish Patel <neil.patel@canonical.com> | 2010-01-25 17:45:36 +0000 |
|---|---|---|
| committer | Neil Jagdish Patel <neil.patel@canonical.com> | 2010-01-25 17:45:36 +0000 |
| commit | 5eb93ad6c905d3a27132e7ea2a7cf13a743990d5 (patch) | |
| tree | 07285ca3c1fb0b8496e31483896f71ab4d53405f /mutter-plugin | |
| parent | 69a70138507db2fca788504163f80ada29a4a06d (diff) | |
[panel] Set the panel strut
modified: mutter-plugin/plugin.vala src/unity-utils.c src/utils.vala src/window.vala (bzr r55.2.24)
Diffstat (limited to 'mutter-plugin')
| -rw-r--r-- | mutter-plugin/plugin.vala | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mutter-plugin/plugin.vala b/mutter-plugin/plugin.vala index e5b6ec0d6..56db7b004 100644 --- a/mutter-plugin/plugin.vala +++ b/mutter-plugin/plugin.vala @@ -201,7 +201,9 @@ namespace Unity this.quicklauncher.set_clip (0, 0, this.QUICKLAUNCHER_WIDTH, height-this.PANEL_HEIGHT); - Utils.set_strut ((Gtk.Window)this.drag_dest, 58, 0, (uint32)height); + Utils.set_strut ((Gtk.Window)this.drag_dest, + 58, 0, (uint32)height, + PANEL_HEIGHT, 0, (uint32)width); this.places.set_size (width, height); this.places.set_position (0, 0); |
