mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
ide: navigator font
git-svn-id: svn://ultimatepp.org/upp/trunk@8652 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
1b2f395e70
commit
a9562a1575
1 changed files with 1 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue