BTextControl labels use the plain font, not bold :)
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11458 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
348f28e773
commit
918a22d990
@ -597,7 +597,7 @@ BTextControl::InitData(const char *label, const char *initial_text,
|
||||
|
||||
int32 flags = 0;
|
||||
|
||||
BFont font(be_bold_font);
|
||||
BFont font(be_plain_font);
|
||||
|
||||
if (!data || !data->HasString("_fname"))
|
||||
flags |= B_FONT_FAMILY_AND_STYLE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user