fix(sidebar): header text wrapping (#46)

This commit is contained in:
Bleak Grey 2023-01-07 18:18:38 +03:00 committed by GitHub
parent 42c19ce8f8
commit 079d7687ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,7 @@
<template class="ToothViewsSidebar" parent="GtkBox">
<property name="width_request">300</property>
<property name="orientation">vertical</property>
<property name="hexpand">false</property>
<child>
<object class="AdwHeaderBar">
@ -62,6 +63,8 @@
<object class="GtkBox">
<property name="orientation">vertical</property>
<property name="valign">center</property>
<property name="hexpand">true</property>
<property name="spacing">6</property>
<child>
<!-- FIXME: Wrapping -->
<!-- <object class="ToothWidgetsEmojiLabel" id="title"> -->