Better YouTube integration

This commit is contained in:
jeffser
2024-06-26 14:26:41 -06:00
parent f150aa24ab
commit bd146bdfb3
3 changed files with 36 additions and 35 deletions

View File

@@ -698,8 +698,16 @@
<property name="margin-bottom">12</property>
<property name="margin-start">12</property>
<property name="margin-end">12</property>
<style>
<class name="card" />
<class name="view" />
</style>
<child>
<object class="GtkTextView" id="file_preview_text_view">
<property name="margin-top">12</property>
<property name="margin-bottom">12</property>
<property name="margin-start">12</property>
<property name="margin-end">12</property>
<property name="hexpand">true</property>
<property name="vexpand">true</property>
<property name="editable">false</property>