diff -r d1dadafc5584 -r 26079c1bb561 taskswitcher/tsdevicedialogplugin/resource/hbdialog.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/taskswitcher/tsdevicedialogplugin/resource/hbdialog.css Wed Oct 06 16:00:22 2010 +0300 @@ -0,0 +1,14 @@ +HbDialog#tsdevicedialog::heading { + left: 0un; + right: 0un; + top: 0un; + bottom: 0un; + fixed-height: expr(var(hb-param-text-height-primary)+2*var(hb-param-margin-gene-popup)); +} + +HbDialog#tsdevicedialog::content { + left: -0.25un; + right: 0.25un; + bottom: 0un; + top: 0un; +}