I can not reproduce this issue in QtQuick.Controls with
ApplicationWindow and toolBar. Test app attached, you'll need qml-
module-qtquick-controls installed of course.

However, this can be easily reproduced in Ubuntu.Components 1.1 with
MainView and Page title, like this:

MainView {
    objectName: "test"
    applicationName: "com.ubuntu.chinese-font"

    id: mainView
    width: units.gu(50)
    height: units.gu(67)
    useDeprecatedToolbar: false
    Component.onCompleted: pageStack.push(mainPage);
    PageStack {
        id: pageStack
        Page {
            id: mainPage
            objectName: "mainPage"
            title: i18n.tr("系统设置")
            visible: true
        }
    }
}

** Attachment added: "quick-controls.qml.tgz"
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1475205/+attachment/4430414/+files/quick-controls.qml.tgz

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1475205

Title:
  Random Chinese character missing in header with 50 GU

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1475205/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to