diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-04-27 21:04:07 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-04-28 09:14:06 +0100 |
commit | 9a9dd94c568da830d70c736cdf827a2bc48988f5 (patch) | |
tree | 678e4e9e0b092128f159143b8b35821611212a38 /vcl/ios/iosinst.cxx | |
parent | 95a29424abe1c588c68d737ec50ea780375a9334 (diff) |
allow a different notebook tab font than the rest of the ui
Change-Id: Ia41276033c1f656217bc3ae929faab001db36ca4
Diffstat (limited to 'vcl/ios/iosinst.cxx')
-rw-r--r-- | vcl/ios/iosinst.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/ios/iosinst.cxx b/vcl/ios/iosinst.cxx index 8356e8e8feba..f2dabd53bf29 100644 --- a/vcl/ios/iosinst.cxx +++ b/vcl/ios/iosinst.cxx @@ -159,6 +159,7 @@ public: aStyleSet.SetPushButtonFont( aFont ); aStyleSet.SetFieldFont( aFont ); aStyleSet.SetIconFont( aFont ); + aStyleSet.SetTabFont( aFont ); aStyleSet.SetGroupFont( aFont ); rSettings.SetStyleSettings( aStyleSet ); |