Amigans Defender
Joined: 2009/5/1 18:57 Last Login
: Today 20:11
From Czech Republic
Group:
Registered Users Staff members Moderators
|
@Antique
It is sometimes useful to set a minimum width of your buttons , to prevent layout changes that cause button image and text overlap (like your picture shows). This is done using the BUTTON_DomainString tag. If you specify, for example,
GA_Text, "Button", BUTTON_DomainString, "Minimum width",
the button will always be wide enough to display the text "Minimum width", using the current preferences font.
|