You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
1.5 KiB
46 lines
1.5 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<interface> |
|
<template class="ContentFileHistoryViewerRow" parent="AdwBin"> |
|
<child> |
|
<object class="GtkBox"> |
|
<property name="spacing">12</property> |
|
<child> |
|
<object class="GtkButton" id="button"> |
|
<property name="action-name">file-row.save-file</property> |
|
<property name="icon-name">folder-download-symbolic</property> |
|
<property name="valign">center</property> |
|
<style> |
|
<class name="circular"/> |
|
<class name="suggested-action"/> |
|
</style> |
|
</object> |
|
</child> |
|
<child> |
|
<object class="GtkBox"> |
|
<property name="orientation">vertical</property> |
|
<property name="homogeneous">True</property> |
|
<child> |
|
<object class="GtkLabel" id="title_label"> |
|
<property name="ellipsize">end</property> |
|
<property name="xalign">0</property> |
|
<style> |
|
<class name="heading"/> |
|
</style> |
|
</object> |
|
</child> |
|
<child> |
|
<object class="GtkLabel" id="size_label"> |
|
<property name="ellipsize">end</property> |
|
<property name="xalign">0</property> |
|
<style> |
|
<class name="dim-label"/> |
|
<class name="numeric"/> |
|
</style> |
|
</object> |
|
</child> |
|
</object> |
|
</child> |
|
</object> |
|
</child> |
|
</template> |
|
</interface>
|
|
|