diff options
author | alecpl <alec@alec.pl> | 2010-06-29 19:27:26 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-06-29 19:27:26 +0000 |
commit | 087c7dc5d2e58e4aa99f1ffdb9b8f01c6121ce1d (patch) | |
tree | 566cbf7451768406f431d597a6c20f87a317e6e5 /skins/default/splitter.js | |
parent | 02cc63c515488aede560facf0d4ae59792776c84 (diff) |
- Improved compose screen: resizable body and attachments list, vertical splitter, options menu
- Removed productname/version element, changed footer size to 20px
Diffstat (limited to 'skins/default/splitter.js')
-rw-r--r-- | skins/default/splitter.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/skins/default/splitter.js b/skins/default/splitter.js index af66575b4..2a16b0b6f 100644 --- a/skins/default/splitter.js +++ b/skins/default/splitter.js @@ -82,6 +82,8 @@ function rcube_splitter(attrib) this.p2.style.width = (new_width > 0 ? new_width : 0) + 'px'; } } + $(this.p2).resize(); + $(this.p1).resize(); }; /** |