HaikuArchives / Vision

A native Haiku IRC client that is feature filled, fast, lightweight, and stable.
Other
11 stars 15 forks source link

Set size limit to NetworkWindow #16

Closed scythx closed 7 years ago

scythx commented 7 years ago

Currently NetWorkWindow doesn't have limit of size, this commit contain fixes for it.

Fixes #4

pulkomandy commented 7 years ago

How did you determine the size limit? I think it should depend on the font size (as set in Haiku Appearance preferences). With a small font, the window can be smaller, but with a large font, it needs to be larger to fit everything.

scythx commented 7 years ago

What font should i use as standard measure? or use this: https://api.haiku-os.org/classBFont.html#ad63c3e57e506e3986fa4a36f7d58090c ?

pulkomandy commented 7 years ago

Usually we test at font size 10, 12 and 18 at least. Yes, getting the info from BFont is a way to do it.

scythx commented 7 years ago

Updated, font based size.