diff options
author | thomascube <thomas@roundcube.net> | 2012-01-02 13:41:53 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-01-02 13:41:53 +0000 |
commit | c6db4aa46bd285ef7b3d63cba5e957373a116485 (patch) | |
tree | 4f1f19c291943261f6ec3008b267fcdf26f29df2 /skins/larry/ui.js | |
parent | 543ccbb328b37d5d5f3ef8d982fdfadc350f3bb6 (diff) |
Add (yet inactive) buttons to add recipients
Diffstat (limited to 'skins/larry/ui.js')
-rw-r--r-- | skins/larry/ui.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/ui.js b/skins/larry/ui.js index 08cce32ce..6729fa63a 100644 --- a/skins/larry/ui.js +++ b/skins/larry/ui.js @@ -90,7 +90,7 @@ function rcube_mail_ui() }).css('cursor', 'pointer'); new rcube_splitter({ id:'composesplitterv', p1:'#composeview-left', p2:'#composeview-right', - orientation:'v', relative:true, start:248, min:150, size:12 }).init(); + orientation:'v', relative:true, start:248, min:170, size:12 }).init(); } else if (rcmail.env.action == 'list' || !rcmail.env.action) { mailviewsplit = new rcube_splitter({ id:'mailviewsplitter', p1:'#mailview-top', p2:'#mailview-bottom', |