ce-wireguard: Propagate natural size of content

We remove hscrollbar-policy=never. This can only work if the view is
adaptive. This has to be restored once the page is adaptive.
This commit is contained in:
Maximiliano Sandoval R. 2023-11-22 21:51:51 +01:00 committed by Felipe Borges
parent 15844ddefe
commit 3b3ca34a57

View file

@ -5,7 +5,8 @@
<template class="CEPageWireguard" parent="GtkBox">
<child>
<object class="GtkScrolledWindow">
<property name="hscrollbar_policy">never</property>
<property name="propagate-natural-height">True</property>
<property name="propagate-natural-width">True</property>
<child>
<object class="GtkViewport">
<child>