[gnome-documents] embed: don't show the notebook border
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-documents] embed: don't show the notebook border
- Date: Mon, 21 Nov 2011 15:51:10 +0000 (UTC)
commit a1d9ee51bac29d825f98be954e251b6778b8e678
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Sun Nov 20 16:45:21 2011 -0500
embed: don't show the notebook border
src/embed.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/embed.js b/src/embed.js
index 38385ab..054d3af 100644
--- a/src/embed.js
+++ b/src/embed.js
@@ -77,7 +77,8 @@ ViewEmbed.prototype = {
this._layout.set_fill(this._embedActor, true, true);
this.actor.add_actor(this._embedActor);
- this._notebook = new Gtk.Notebook({ show_tabs: false });
+ this._notebook = new Gtk.Notebook({ show_tabs: false,
+ show_border: false });
this._notebook.show();
this._notebookActor = new GtkClutter.Actor({ contents: this._notebook });
this._embedLayout.add(this._notebookActor, Clutter.BinAlignment.FILL, Clutter.BinAlignment.FILL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]