diff options
author | deva <deva> | 2011-03-04 08:10:30 +0000 |
---|---|---|
committer | deva <deva> | 2011-03-04 08:10:30 +0000 |
commit | d8a34adcc1a69a2b77881a6e504d0f0ad896eb3a (patch) | |
tree | 0fb2ddc53c77e3aec664daf9707c1860fd4eeb29 /client/macro.cc | |
parent | 1bda89969eaf0f8dc07ec831c94aa23fbee985a2 (diff) |
Simplify Collapser (animateToWidget instead of collapse/expand).
Diffstat (limited to 'client/macro.cc')
-rw-r--r-- | client/macro.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/macro.cc b/client/macro.cc index 6e58a5c..5d88015 100644 --- a/client/macro.cc +++ b/client/macro.cc @@ -145,7 +145,7 @@ void Macro::init(QBoxLayout *layout, Macros ¯os, window->update(node); if(xml_elem.attribute("static", "false") == "false") { - window->setCollapsed(true); + window->animateToWidget(window->resumewidget); } } |