~aacid/unity-2d/dashlossfocusbug

« back to all changes in this revision

Viewing changes to shell/dash/Filter.qml

  • Committer: Tarmac
  • Author(s): Tiago Salem Herrmann
  • Date: 2012-04-04 11:31:46 UTC
  • mfrom: (946.9.3 fix-filter)
  • Revision ID: tarmac-20120404113146-ertcew0jp6eljcf1
[dash] fix filter pane size and spacing between sections. Fixes: https://bugs.launchpad.net/bugs/920878. Approved by Albert Astals Cid.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
    property variant lens
25
25
    property variant filterModel
 
26
    property int sectionSpacing: 12
26
27
 
27
28
    height: childrenRect.height
28
29
}