Minor design tweaks
This commit is contained in:
parent
c2e5eb632f
commit
d635226a17
|
@ -4,6 +4,7 @@
|
||||||
<requires lib="libadwaita" version="1.0"/>
|
<requires lib="libadwaita" version="1.0"/>
|
||||||
<template class="TootleViewsBase" parent="GtkBox">
|
<template class="TootleViewsBase" parent="GtkBox">
|
||||||
<property name="orientation">vertical</property>
|
<property name="orientation">vertical</property>
|
||||||
|
<property name="width_request">360</property>
|
||||||
|
|
||||||
<child>
|
<child>
|
||||||
<object class="AdwHeaderBar" id="header">
|
<object class="AdwHeaderBar" id="header">
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<interface>
|
<interface>
|
||||||
<template class="TootleViewsSidebarAccountRow" parent="AdwActionRow">
|
<template class="TootleViewsSidebarAccountRow" parent="AdwActionRow">
|
||||||
<property name="height_request">76</property>
|
<property name="height_request">64</property>
|
||||||
<property name="title_lines">2</property>
|
<property name="title_lines">1</property>
|
||||||
|
<property name="subtitle_lines">1</property>
|
||||||
<property name="activatable">1</property>
|
<property name="activatable">1</property>
|
||||||
|
|
||||||
<child type="prefix">
|
<child type="prefix">
|
||||||
|
|
|
@ -75,6 +75,7 @@
|
||||||
<property name="xalign">0</property>
|
<property name="xalign">0</property>
|
||||||
<style>
|
<style>
|
||||||
<class name="body"/>
|
<class name="body"/>
|
||||||
|
<class name="dim-label"/>
|
||||||
</style>
|
</style>
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
|
|
Loading…
Reference in New Issue