Fix side effect by improving multi-resolution support.
Bug-AGL: SPEC-1611
Change-Id: I697f6be3230f73a913fb1e605f67a23395921fb9
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
T.ApplicationWindow {
id: root
T.ApplicationWindow {
id: root
- width: 1080
- height: 1920 - 218 - 215
visible: true
flags: Qt.FramelessWindowHint
font.family: 'Robota'
background: Image {
visible: true
flags: Qt.FramelessWindowHint
font.family: 'Robota'
background: Image {
- anchors.fill: parent
- anchors.topMargin: -218
- anchors.bottomMargin: -215
+ anchors {
+ fill: parent
+ centerIn: parent
+ }
source: './images/AGL_HMI_Blue_Background_NoCar-01.png'
}
}
source: './images/AGL_HMI_Blue_Background_NoCar-01.png'
}
}