Kaydet (Commit) d786606b authored tarafından Caolán McNamara's avatar Caolán McNamara

gtk3: use theme tab font

Change-Id: I3ea5a9e65e62133c910945e603bdc1155c9a07c3
üst eb935ee8
......@@ -2471,7 +2471,6 @@ void GtkSalGraphics::updateSettings( AllSettings& rSettings )
aStyleSet.SetGroupFont( aFont );
aFont.SetWeight( WEIGHT_BOLD );
aStyleSet.SetTabFont( aFont ); //pull from notebook style?
aStyleSet.SetTitleFont( aFont );
aStyleSet.SetFloatTitleFont( aFont );
......@@ -2608,6 +2607,7 @@ void GtkSalGraphics::updateSettings( AllSettings& rSettings )
gtk_style_context_get_color(pCStyle, gtk_style_context_get_state(pCStyle), &text_color);
aTextColor = getColor( text_color );
aStyleSet.SetTabTextColor(aTextColor);
aStyleSet.SetTabFont(getFont(mpNotebookHeaderTabsTabLabelStyle, rSettings.GetUILanguageTag().getLocale()));
}
// mouse over text colors
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment