Browse Source

session-view: Do not center ScaleRevealer

It allows text to take as much space as it wants instead of its minimum
size.
merge-requests/2003/head
Kévin Commaille 1 year ago
parent
commit
5ca1b6a3e7
No known key found for this signature in database
GPG Key ID: C971D9DBC9D678D
  1. 5
      src/session/view/media_viewer.ui

5
src/session/view/media_viewer.ui

@ -110,9 +110,6 @@
</child>
<property name="content">
<object class="ScaleRevealer" id="revealer">
<property name="halign">center</property>
<property name="valign">center</property>
<property name="vexpand">true</property>
<property name="child">
<object class="MediaContentViewer" id="media">
<property name="autoplay">true</property>
@ -140,4 +137,4 @@
</object>
</child>
</template>
</interface>
</interface>

Loading…
Cancel
Save