diff --git a/src/controls/GlobalDrawer.qml b/src/controls/GlobalDrawer.qml --- a/src/controls/GlobalDrawer.qml +++ b/src/controls/GlobalDrawer.qml @@ -89,6 +89,13 @@ property alias bannerImageSource: bannerImage.source /** + * bannerImageSize: QSize + * Forwards the banner's image size. Useful if the size + * provided by the image needs to be tweaked. + */ + property alias bannerImageSize: bannerImage.sourceSize + + /** * actions: list * The list of actions can be nested having a tree structure. * A tree depth bigger than 2 is discouraged.