inspector: Allow horizontal scrolling in the css editor
Otherwise, when pasting Adwaita's CSS into it, it expands to be larger than my screen...
This commit is contained in:
@@ -109,7 +109,7 @@
|
||||
<child>
|
||||
<object class="GtkScrolledWindow">
|
||||
<property name="visible">True</property>
|
||||
<property name="hscrollbar-policy">never</property>
|
||||
<property name="hscrollbar-policy">automatic</property>
|
||||
<property name="vscrollbar-policy">automatic</property>
|
||||
<property name="expand">True</property>
|
||||
<child>
|
||||
|
||||
Reference in New Issue
Block a user