diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-04-28 10:58:02 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-04-28 11:36:39 +0100 |
commit | aff76b56ea8fb87418a47bcbb85541a4f3297aff (patch) | |
tree | af2e0f665f87717ce43c87f1b2d01eef7186c554 /vcl/inc | |
parent | a7d843b6112250d1a41c2a56d8e083ccf6538bca (diff) |
gtk3: use native tab item size
Change-Id: Iaef296c44f866bbcbcd2f2148402aef217c81b2c
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/unx/gtk/gtkgdi.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/unx/gtk/gtkgdi.hxx b/vcl/inc/unx/gtk/gtkgdi.hxx index 1e52df417f75..2805ef60d6e6 100644 --- a/vcl/inc/unx/gtk/gtkgdi.hxx +++ b/vcl/inc/unx/gtk/gtkgdi.hxx @@ -78,6 +78,7 @@ private: static GtkStyleContext *mpSpinStyle; static GtkStyleContext *mpComboboxStyle; static GtkStyleContext *mpListboxStyle; + static GtkStyleContext *mpNoteBookStyle; void getStyleContext(GtkStyleContext** style, GtkWidget* widget); Rectangle NWGetScrollButtonRect( ControlPart nPart, Rectangle aAreaRect ); |