View Single Post
  #4  
Unread 05-06-2013, 01:41 PM
Wicky71's Avatar
Wicky71 Wicky71 is offline
The Indomitable
Interface Author - Click to view interfaces
 
Join Date: Jan 2012
Posts: 12
Resizing

Quote:
I want to do the other way --

Have a window which is normally resizable open up at a different size than the usual default.

Can that be done?
The code "self:SetSize(Settings.listWidth, Settings.listHeight);" fix the size of the window.

"Settings.listWidth" and "Settings.listHeight" are variables loadet from the saved plugin options. It can also numbers are there

A usual default (standart size you mean?) does not exist.

Hope it helps
Reply With Quote