From aff76b56ea8fb87418a47bcbb85541a4f3297aff Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 28 Apr 2015 10:58:02 +0100 Subject: gtk3: use native tab item size Change-Id: Iaef296c44f866bbcbcd2f2148402aef217c81b2c --- vcl/inc/unx/gtk/gtkgdi.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'vcl/inc') 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 ); -- cgit