~3v1n0/ubuntu-settings-components/cmake-find-pkg

« back to all changes in this revision

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

  • Committer: Bileto Bot
  • Author(s): Lukáš Tinkl
  • Date: 2016-11-23 12:10:03 UTC
  • mfrom: (168.1.3 rtlFixes)
  • Revision ID: ci-train-bot@canonical.com-20161123121003-hqn16jww0ay779ue
Indicator components fixes for right-to-left languages (RTL)

Apart from the physical prereq, this branch needs:
- u8: https://code.launchpad.net/~lukas-kde/unity8/loadQtCatalog/+merge/309414 (to fix enabling RTL on startup)
- uitk: https://code.launchpad.net/~lukas-kde/ubuntu-ui-toolkit/sliderStyleRTL/+merge/309461 (to fix the progress of any slider component)

Approved by: Marco Trevisan (Treviño), Unity8 CI Bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
BaseMenu {
23
23
    id: menu
24
24
 
 
25
    LayoutMirroring.enabled: Qt.application.layoutDirection == Qt.RightToLeft
 
26
    LayoutMirroring.childrenInherit: true
 
27
 
25
28
    property string text
26
29
    property alias layout: layoutItem
27
30
    property alias title: layoutItem.title