Author Topic: List's font size  (Read 2678 times)

0 Members and 1 Guest are viewing this topic.

Offline Uriel

  • Full Member
  • ***
  • Posts: 175
List's font size
« on: December 16, 2010, 10:03:08 AM »
I'm trying to make WM look good in 1680x1050 and i cant find out how to change size of a font used in various lists. Like lists of girls, items, etc. Any way to change that?

Offline DocClox

  • Dev Team
  • *****
  • Posts: 1867
  • Messing Around With Python
Re: List's font size
« Reply #1 on: December 16, 2010, 10:26:18 AM »
I'm trying to make WM look good in 1680x1050 and i cant find out how to change size of a font used in various lists. Like lists of girls, items, etc. Any way to change that?

Not sure, tbh. I think there may be a font size option in the config file, but I'm not sure how widely it applies, or how well tested it is.

Offline Uriel

  • Full Member
  • ***
  • Posts: 175
Re: List's font size
« Reply #2 on: December 16, 2010, 10:35:42 AM »
Can't find this in config. If there is a way i don't care if it is not well tested.

Offline DocClox

  • Dev Team
  • *****
  • Posts: 1867
  • Messing Around With Python
Re: List's font size
« Reply #3 on: December 16, 2010, 10:41:07 AM »
I'll check when I get home. I could be getting mixed up

Offline Uriel

  • Full Member
  • ***
  • Posts: 175
Re: List's font size
« Reply #4 on: December 16, 2010, 10:48:48 AM »
Thank you. As they are, this lists are damn hard to read. At least for me.

Offline DocClox

  • Dev Team
  • *****
  • Posts: 1867
  • Messing Around With Python
Re: List's font size
« Reply #5 on: December 16, 2010, 12:30:54 PM »
My mistake. It's hard-coded to 10 points, alas.

If you feel up to building it yourself, there's only about two lines need changing

Offline Uriel

  • Full Member
  • ***
  • Posts: 175
Re: List's font size
« Reply #6 on: December 17, 2010, 05:28:03 PM »
Ok, i got Visual Studio 2010, found font size 10 in cListBox and changed it to 20. Found missing cListDragBar and was able to build an exe without errors and 3 warnings. But when i run it i get a crash.

edit: nvm, i got it. Just downloaded rev 485 and it works.
« Last Edit: December 17, 2010, 06:55:30 PM by Uriel »