QDrawer - Set width to percentage of screen
-
Is there any way to set the width of QDrawer to be a percentage of the screen?
It seems, according to the API in the Docs, that it can only be defined as a pixel width.
-
:width="$q.screen.width * 0.x"
. Use a computed property for better perf. -
@rstoenescu Excellent suggestion … should have thought of that myself … many thanks