mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 13:03:12 +01:00
Make sure the prefSize gets set in splitter
This commit is contained in:
parent
f60a1c4db4
commit
ea610d7338
@ -234,7 +234,7 @@ var et2_split = et2_DOMWidget.extend([et2_IResizeable,et2_IPrint],
|
||||
}
|
||||
// If there is no preference yet, set it to half size
|
||||
// Otherwise the right pane gets the fullsize
|
||||
else
|
||||
if (typeof this.prefSize == 'undefined' || !this.prefSize)
|
||||
{
|
||||
this.prefSize = this.orientation == "v" ? options.sizeLeft: options.sizeTop;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user