ce-ip4-page: 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:
parent
3b3ca34a57
commit
4fade06a02
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@
|
|||
<template class="CEPageIP4" parent="AdwBin">
|
||||
<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>
|
||||
|
|
Loading…
Add table
Reference in a new issue