Minor design tweaks

This commit is contained in:
Bleak Grey 2021-08-31 12:01:09 +03:00
parent c2e5eb632f
commit d635226a17
3 changed files with 5 additions and 2 deletions

View File

@ -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">

View File

@ -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">

View File

@ -75,6 +75,7 @@
<property name="xalign">0</property>
<style>
<class name="body"/>
<class name="dim-label"/>
</style>
</object>
</child>