1.7 Alpha - SMS window a little small

When you press the SMS button, the SMS window opens as shown below.  As you can see its a little wide and not quite high enough.

I played with the Admin|Style Sheets and 30 * $font.size for both seems to work better for both SMSDialog.height and .width than the previous 0.3 * $height and 0.3 * $width.

Regards, Tim G

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Re: 1.7 Alpha - SMS window a little small

What resolution are you running at?

I found that:

SMSDialog.width = 35 * $font.size
SMSDialog.height = 30 * $font.size

works best for 1024x768, 1280x800 and 1920x1080.

While a :

SMSDialog.width = 32 * $font.size
SMSDialog.height = 30 * $font.size

works best for 800x600.

Change applied in revision 5316.

-Tim

Re: 1.7 Alpha - SMS window a little small

Tim - the laptop is running 1600 x 900 (its a Dell XPS 17).  Regards, Tim

Syndicate content