We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to move the menu items to the left, to the title. But I can't. Why?
<template> <q-layout> <q-layout-header> <q-toolbar inverted color="dark"> <q-toolbar-title>START</q-toolbar-title> <q-tabs inverted align="left"> <q-tab slot="title" name="tab-1">primo</q-tab> <q-tab slot="title" name="tab-2">secondo</q-tab> <q-tab slot="title" name="tab-3">tetro</q-tab> </q-tabs> </q-toolbar> </q-layout-header> <q-page-container> <router-view /> </q-page-container> </q-layout> </template>
QToolbarTitle is set to grow to the available space. Need to add a prop for QToolbarTitle to be able to disable this behaviour?
The text was updated successfully, but these errors were encountered:
feat: QToolbarTitle "shrink" prop #1629
c72241c
shrink prop in 0.15.3.
shrink
Sorry, something went wrong.
No branches or pull requests
I want to move the menu items to the left, to the title. But I can't. Why?
QToolbarTitle is set to grow to the available space.
Need to add a prop for QToolbarTitle to be able to disable this behaviour?
The text was updated successfully, but these errors were encountered: