~ci-train-bot/ubuntu-settings-components/ubuntu-settings-components-ubuntu-zesty-2202

« back to all changes in this revision

Viewing changes to plugins/Ubuntu/Settings/Menus/SeparatorMenu.qml

  • Committer: Bileto Bot
  • Date: 2016-10-24 11:32:00 UTC
  • mfrom: (146.3.110 slots-layout)
  • Revision ID: ci-train-bot@canonical.com-20161024113200-85dvkl9m1o0msi5i
* Menus: rewrite components using ListItemLayout's and SlotsLayout's
* Bump revision to 0.10, as per Components removal

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 */
17
17
 
18
18
import QtQuick 2.4
19
 
import Ubuntu.Components.ListItems 1.3 as ListItem
 
19
import Ubuntu.Components 1.3
 
20
import Ubuntu.Components.ListItems 1.3 as ListItems
20
21
 
21
 
ListItem.Empty {
22
 
    __height: units.gu(1)
23
 
    highlightWhenPressed: false
 
22
// XXX: this uses the deprecated ListItems components, to be redesigned.
 
23
ListItems.ThinDivider {
 
24
  height: units.dp(1)
24
25
}