topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 10:57 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: GridMove, how increase font of number on Grid ?  (Read 7478 times)

goliacik

  • Participant
  • Joined in 2008
  • *
  • default avatar
  • Posts: 3
    • View Profile
    • Donate to Member
GridMove, how increase font of number on Grid ?
« on: March 18, 2008, 11:56 AM »
Hi

I can't change font with Grid number(it's to small)
There is something like "Set Title Size", but it is not work.
Probably I have to change something in GridMove.exe.ini, but I don't know what.

Somebody can help me ?

Thx

jgpaiva

  • Global Moderator
  • Joined in 2006
  • *****
  • Posts: 4,727
    • View Profile
    • Donate to Member
Re: GridMove, how increase font of number on Grid ?
« Reply #1 on: March 18, 2008, 01:00 PM »
Oh, Set Title Size is to change the size of the hitbox for the left button drag method.
Currently, there isn't any way to change the size of the grid numbers, other than editing the source code of gridmove...

goliacik

  • Participant
  • Joined in 2008
  • *
  • default avatar
  • Posts: 3
    • View Profile
    • Donate to Member
Re: GridMove, how increase font of number on Grid ?
« Reply #2 on: March 19, 2008, 04:47 AM »
Thanks for replay

Would you tell me where and what exactly I should change in source code ??
I'm not a good developer  8)

Thx

jgpaiva

  • Global Moderator
  • Joined in 2006
  • *****
  • Posts: 4,727
    • View Profile
    • Donate to Member
Re: GridMove, how increase font of number on Grid ?
« Reply #3 on: March 19, 2008, 04:51 AM »
Oh, that's simple.
On GridMoveP1.ahk, check line 542:
  Gui, Font, s15 cRed, Tahoma
On that line, change 15 to something larger :)

goliacik

  • Participant
  • Joined in 2008
  • *
  • default avatar
  • Posts: 3
    • View Profile
    • Donate to Member
Re: GridMove, how increase font of number on Grid ?
« Reply #4 on: March 19, 2008, 05:47 AM »
Thx for a quick answer  :up:

Yep, that was helpful  :Thmbsup:

Many thanks jgpaiva