[Xfce4-commits] <xfce4-notes-plugin:master> Hide notebook border
Mike Massonnet
noreply at xfce.org
Wed Dec 2 09:48:01 CET 2009
Updating branch refs/heads/master
to 96fa7e7995ce5615758b9944e67c31a2a25dcb93 (commit)
from ea287a84ffed0b8b83680713f0b091ad995f3bd6 (commit)
commit 96fa7e7995ce5615758b9944e67c31a2a25dcb93
Author: Mike Massonnet <mmassonnet at gmail.com>
Date: Wed Dec 2 08:26:32 2009 +0100
Hide notebook border
ChangeLog | 4 ++++
panel-plugin/window.vala | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 6fc2d0a..2f4ae51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-12-02 Mike Massonnet <mmassonnet at xfce.org>
+
+Hide notebook border
+
2009-12-01 Mike Massonnet <mmassonnet at xfce.org>
Add desktop file and autostart code for standalone app
diff --git a/panel-plugin/window.vala b/panel-plugin/window.vala
index 6031f5e..fb2f805 100644
--- a/panel-plugin/window.vala
+++ b/panel-plugin/window.vala
@@ -242,7 +242,7 @@ namespace Xnp {
/* Build Notebook */
this.notebook = new Gtk.Notebook ();
- this.notebook.show_border = true;
+ this.notebook.show_border = false;
this.notebook.show_tabs = false;
this.notebook.tab_pos = Gtk.PositionType.TOP;
this.notebook.tab_border = 4;
More information about the Xfce4-commits
mailing list