After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 643841 - Make initial gap before the first tab of the notebook a style property
Make initial gap before the first tab of the notebook a style property
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkNotebook
3.0.x
Other Linux
: Normal normal
: 3.2
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2011-03-04 04:57 UTC by Cosimo Cecchi
Modified: 2011-03-09 19:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch (2.42 KB, patch)
2011-03-05 18:54 UTC, Cosimo Cecchi
committed Details | Review

Description Cosimo Cecchi 2011-03-04 04:57:41 UTC
It would be useful for themes to have an effect like this.

http://gitorious.org/gnome-design/gnome-design/blobs/master/mockups/theming/widget-factory.png
Comment 1 Cosimo Cecchi 2011-03-05 18:54:13 UTC
Created attachment 182571 [details] [review]
proposed patch

Adds a style property for it.
Comment 2 Matthias Clasen 2011-03-06 06:41:01 UTC
Review of attachment 182571 [details] [review]:

Can go in once we branch for 3.2

::: gtk/gtknotebook.c
@@ +908,3 @@
+   *
+   * The "initial-gap" property defines the minimum size for the initial
+   * gap between the first tab.

that should probably be 'before the first tab'