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