summaryrefslogtreecommitdiff
path: root/mutter-plugin
diff options
authorGordon Allott <gord@zazu>2010-01-28 10:55:22 +0000
committerGordon Allott <gord@zazu>2010-01-28 10:55:22 +0000
commit12fd95b29c950c9bd960babc6ccb1c538e949862 (patch)
tree857b918c55881c279f68cf5976174face3110a86 /mutter-plugin
parent16e1f617dcee7eb7e0f141df85c0b7fdb42529c8 (diff)
parent279cb87ecc835cc26d52613ebaf357d3dda73564 (diff)
updates the visuals of the scroller/launchers to better approximate those of fubuntu
added: data/scroller-fade.png data/scroller-shadow.png modified: data/Makefile.am data/gradient.png mutter-plugin/plugin.vala - updated struts to the correct launcher size src/quicklauncher/application-model.vala - updated pixbuf to correct launcher size src/quicklauncher/launcher-view.vala - updated launcher items to new size src/quicklauncher/quicklauncher.vala src/quicklauncher/quicklist-controller.vala src/quicklauncher/unity-scroller.vala - updated visuals to match fubuntu, adding a fade and shadow src/window.vala (bzr r76)
Diffstat (limited to 'mutter-plugin')
-rw-r--r--mutter-plugin/plugin.vala4
1 files changed, 2 insertions, 2 deletions
diff --git a/mutter-plugin/plugin.vala b/mutter-plugin/plugin.vala
index 5a1a0782e..4cda085b2 100644
--- a/mutter-plugin/plugin.vala
+++ b/mutter-plugin/plugin.vala
@@ -68,7 +68,7 @@ namespace Unity
}
private static const int PANEL_HEIGHT = 23;
- private static const int QUICKLAUNCHER_WIDTH = 58;
+ private static const int QUICKLAUNCHER_WIDTH = 60;
private Clutter.Stage stage;
private Application app;
@@ -203,7 +203,7 @@ namespace Unity
this.QUICKLAUNCHER_WIDTH,
height-this.PANEL_HEIGHT);
Utils.set_strut ((Gtk.Window)this.drag_dest,
- 58, 0, (uint32)height,
+ this.QUICKLAUNCHER_WIDTH, 0, (uint32)height,
PANEL_HEIGHT, 0, (uint32)width);
this.places.set_size (width, height);