[sushi] window: add more top spacing in the window title
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sushi] window: add more top spacing in the window title
- Date: Thu, 29 Sep 2011 23:19:51 +0000 (UTC)
commit a191dd08bd9dd38dab7e23763210a949e02e6e4e
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Thu Sep 29 19:18:22 2011 -0400
window: add more top spacing in the window title
It's too close to the border now.
src/js/ui/mainWindow.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/js/ui/mainWindow.js b/src/js/ui/mainWindow.js
index 0970ebb..975133e 100644
--- a/src/js/ui/mainWindow.js
+++ b/src/js/ui/mainWindow.js
@@ -564,7 +564,7 @@ MainWindow.prototype = {
this._titleActor.add_constraint(
new Clutter.BindConstraint({ source: this._stage,
coordinate: Clutter.BindCoordinate.Y,
- offset: 3 }));
+ offset: 6 }));
this._quitButton =
new Gtk.Button({ image: new Gtk.Image ({ "icon-size": Gtk.IconSize.MENU,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]