discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Question about gorm and Multi language support in Gnustep


From: Pascal Bourguignon
Subject: Re: Question about gorm and Multi language support in Gnustep
Date: Fri, 30 May 2003 15:32:26 +0200

Nicola Pero writes:
> 
> > But, no, there really is no need to create one .gorm per language.
> >[...]
> >     [applyButton setTitle: Localize(@"Apply", nil)];
> >     [closeButton setTitle: Localize(@"OK", nil)];

Add:   
        [applyButton sizeToFit:self];
        [closeButton sizeToFit:self];

(and perhaps sending sizeToFit: to all super views and window...)


-- 
__Pascal_Bourguignon__                   http://www.informatimago.com/
----------------------------------------------------------------------
Do not adjust your mind, there is a fault in reality.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]