Updates:
        Cc: [email protected]

Comment #5 on issue 17866 by [email protected]: tab title font size  
(hard-coded) is too small  for some languages and cannot be changed with  
the desktop settings
http://code.google.com/p/chromium/issues/detail?id=17866

Just another data point :

On Windows, the tab strip font size is not hard-coded. (
chrome/browser/views/tabs/tab_renderer.cc )

     ResourceBundle& rb = ResourceBundle::GetSharedInstance();
     title_font = new gfx::Font(rb.GetFont(ResourceBundle::BaseFont));
     title_font_height = title_font->height();

BaseFont (height and font face) comes from the system UI font settings  
(MessageFont).

On Windows, it's possible to have too large a font for tab strips (whose  
other
dimension do not change with the font size) if a user's machine is  
configured that
way (e.g. low vision users). Should we regard it as a bug on Windows Chrome?


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to