projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34872bd
)
UI sizing when adding a new Utilityview
author
Darren
<darren@darrenwhitlen.com>
Sun, 18 Sep 2011 13:50:09 +0000
(14:50 +0100)
committer
Darren
<darren@darrenwhitlen.com>
Sun, 18 Sep 2011 13:50:09 +0000
(14:50 +0100)
js/front.js
patch
|
blob
|
blame
|
history
diff --git
a/js/front.js
b/js/front.js
index 8a4c7ad096e79a65aa990bce2cc191fd53d06871..cdd3222ea4255cd53ddd24d889ec74a73062a5db 100644
(file)
--- a/
js/front.js
+++ b/
js/front.js
@@
-1365,6
+1365,7
@@
var Utilityview = function (name) {
kiwi.front.utilityviews[rand_name.toLowerCase()].show();
});
$('#kiwi .utilityviewlist ul').append(this.tab);
+ kiwi.front.doLayoutSize();
this.div = $('#' + tmp_divname);
this.div.css('overflow', 'hidden');