Skip to content
New issue

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

QToolbarTitle is set to grow to the available space #1629

Closed
gearmobile opened this issue Feb 23, 2018 · 1 comment
Closed

QToolbarTitle is set to grow to the available space #1629

gearmobile opened this issue Feb 23, 2018 · 1 comment
Milestone

Comments

@gearmobile
Copy link

gearmobile commented Feb 23, 2018

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?

@rstoenescu rstoenescu added this to the v0.15.3 milestone Feb 24, 2018
@rstoenescu
Copy link
Member

shrink prop in 0.15.3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants