aliens

Author Topic: long basename dont fit on basescape screen - fix  (Read 4307 times)

Offline radius75

  • Colonel
  • ****
  • Posts: 108
  • I am the average PC user!
    • View Profile
long basename dont fit on basescape screen - fix
« on: July 12, 2012, 05:19:42 pm »
cut few pixels for maximum lenght at set basename

BaseNameState.ccp
Code: [Select]
- _edtName = new TextEdit(136, 16, 54, 94);
+ _edtName = new TextEdit(127, 16, 59, 94);

make pr for this?

Offline SupSuper

  • Lazy Developer
  • Administrator
  • Commander
  • *****
  • Posts: 2161
    • View Profile
Re: long basename dont fit on basescape screen - fix
« Reply #1 on: July 15, 2012, 06:47:34 am »
Sure, sounds good.