Improve preview positioning

This commit is contained in:
Benjamin Schaaf
2021-05-01 20:12:58 +10:00
parent 207aabf16a
commit 70f8ddbada
2 changed files with 19 additions and 4 deletions

View File

@@ -23,7 +23,7 @@
</object>
</child>
<child type="overlay">
<object class="GtkBox">
<object class="GtkBox" id="top-box">
<property name="orientation">vertical</property>
<property name="halign">fill</property>
<property name="valign">start</property>
@@ -95,7 +95,7 @@
</object>
</child>
<child type="overlay">
<object class="GtkBox">
<object class="GtkBox" id="bottom-box">
<property name="orientation">horizontal</property>
<property name="halign">fill</property>
<property name="valign">end</property>