Allow reloading stylesheets at runtime
authorManuel Nickschas <sputnick@quassel-irc.org>
Wed, 29 Jul 2009 17:16:45 +0000 (19:16 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 6 Aug 2009 18:25:06 +0000 (20:25 +0200)
We can now relayout the ChatScene using ChatScene::layout() and this is used whenever
UiStyle changes. This means that it's now possible to reload stylesheets at runtime and
reflect this in the ChatView without restarting the client.


No differences found