Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
November 01, 2024, 08:38:44 am
News:
If you can't login, please
contact us
with your username and e-mail so we can fix it.
Home
Help
Search
Calendar
Login
Register
OpenXcom Forum
»
Contributions
»
Programming
»
long basename dont fit on basescape screen - fix
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: long basename dont fit on basescape screen - fix (Read 5928 times)
radius75
Colonel
Posts: 108
I am the average PC user!
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?
Logged
SupSuper
Lazy Developer
Administrator
Commander
Posts: 2162
Re: long basename dont fit on basescape screen - fix
«
Reply #1 on:
July 15, 2012, 06:47:34 am »
Sure, sounds good.
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
OpenXcom Forum
»
Contributions
»
Programming
»
long basename dont fit on basescape screen - fix