summaryrefslogtreecommitdiff
path: root/vcl/android
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-04-27 21:04:07 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-04-28 09:14:06 +0100
commit9a9dd94c568da830d70c736cdf827a2bc48988f5 (patch)
tree678e4e9e0b092128f159143b8b35821611212a38 /vcl/android
parent95a29424abe1c588c68d737ec50ea780375a9334 (diff)
allow a different notebook tab font than the rest of the ui
Change-Id: Ia41276033c1f656217bc3ae929faab001db36ca4
Diffstat (limited to 'vcl/android')
-rw-r--r--vcl/android/androidinst.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/android/androidinst.cxx b/vcl/android/androidinst.cxx
index 5b766d5686e7..6099536950ee 100644
--- a/vcl/android/androidinst.cxx
+++ b/vcl/android/androidinst.cxx
@@ -278,6 +278,7 @@ public:
aStyleSet.SetPushButtonFont( aFont );
aStyleSet.SetFieldFont( aFont );
aStyleSet.SetIconFont( aFont );
+ aStyleSet.SetTabFont( aFont );
aStyleSet.SetGroupFont( aFont );
rSettings.SetStyleSettings( aStyleSet );