ide: navigator font

git-svn-id: svn://ultimatepp.org/upp/trunk@8652 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2015-07-08 21:02:04 +00:00
parent 1b2f395e70
commit a9562a1575

View file

@ -60,13 +60,7 @@ int GetMatchLen(const char *s, const char *t);
enum WithBodyEnum { WITHBODY = 33 };
inline Font BrowserFont()
#ifdef PLATFORM_WIN32
{ return StdFont(); }
//{ return Arial(Ctrl::VertLayoutZoom(11)); }
#else
{ return Arial(Ctrl::VertLayoutZoom(9)); }
#endif
inline Font BrowserFont() { return StdFont(); }
struct CppItemInfo : CppItem {
String scope;