~unity-team/unity8/trunk

« back to all changes in this revision

Viewing changes to tests/plugins/Dash/cardcreator/5.res

  • Committer: CI bot
  • Author(s): Michał Sawicz
  • Date: 2014-06-27 08:47:33 UTC
  • mfrom: (982.1.1 fix-header-height)
  • Revision ID: ps-jenkins@lists.canonical.com-20140627084733-vpluzdghbdp4kmmk
Fix dynamic overlay height. Fixes: 1334879

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
            visible: showHeader && status == Loader.Ready; 
74
74
            sourceComponent: ShaderEffect { 
75
75
                id: overlay; 
76
 
                height: fixedHeaderHeight > 0 ? fixedHeaderHeight + units.gu(1) * 2 : headerHeight;
 
76
                height: (fixedHeaderHeight > 0 ? fixedHeaderHeight : headerHeight) + units.gu(2);
77
77
                opacity: 0.6; 
78
78
                property var source: ShaderEffectSource { 
79
79
                    id: shaderSource;