Comment 13 for bug 1289695

Revision history for this message
Bartosz Kosiorek (gang65) wrote :

For ubuntu calculator I tried something like:
need to do something like this:

MainView {
    Page {
        title: i18n.tr("Calculator")
    }
}

It changing title but unfortunately it display also additional bar/menu.

See attached screeenshot.
Do you know how to implement it in proper way (to change only title bar)?