[gnome-builder/editor-layout] Remove notebook border
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/editor-layout] Remove notebook border
- Date: Wed, 26 Nov 2014 03:47:39 +0000 (UTC)
commit fe4cda72d8bbdd3792a71314db2bd4b22dbf2ef6
Author: Trinh Anh Ngoc <atw1990 gmail com>
Date: Mon Nov 24 11:20:03 2014 +0700
Remove notebook border
https://bugzilla.gnome.org/show_bug.cgi?id=740606
src/tabs/gb-notebook.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/tabs/gb-notebook.c b/src/tabs/gb-notebook.c
index 349861b..56ea351 100644
--- a/src/tabs/gb-notebook.c
+++ b/src/tabs/gb-notebook.c
@@ -185,4 +185,5 @@ static void
gb_notebook_init (GbNotebook *notebook)
{
gtk_notebook_set_scrollable (GTK_NOTEBOOK (notebook), TRUE);
+ gtk_notebook_set_show_border (GTK_NOTEBOOK (notebook), FALSE);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]