MainView does not handle the RTL system setting
Bug #1427117 reported by
Zsombor Egri
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ubuntu-ui-toolkit (Ubuntu) |
Fix Committed
|
Critical
|
Zsombor Egri |
Bug Description
MainView being the topmost component of an application, it should handle the default layout mirroring setting for the application itself. It is not enough that components individually handle that, the topmost Item must also handle it, in case components rely on the RTL of the parent (i.e. Label)
Related branches
lp:~zsombi/ubuntu-ui-toolkit/mainview-rtl
- Cris Dywan: Needs Fixing
- PS Jenkins bot: Needs Fixing (continuous-integration)
-
Diff: 14 lines (+4/-0)1 file modifiedmodules/Ubuntu/Components/MainViewBase.qml (+4/-0)
Changed in ubuntu-ui-toolkit (Ubuntu): | |
status: | New → In Progress |
tags: | added: rtl |
To post a comment you must log in.
This eventually has been implemented in various styles, so I think the bug/ MR is redundant now.