[gtk+/wip/otte/tokenizer: 43/78] inspector: Allow horizontal scrolling in the css editor
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/otte/tokenizer: 43/78] inspector: Allow horizontal scrolling in the css editor
- Date: Fri, 25 Nov 2016 22:35:19 +0000 (UTC)
commit e1444d0d3501ad6845fdf623ff45adc2e31e0d92
Author: Benjamin Otte <otte redhat com>
Date: Sun Mar 20 16:41:33 2016 +0100
inspector: Allow horizontal scrolling in the css editor
Otherwise, when pasting Adwaita's CSS into it, it expands to be larger
than my screen...
gtk/inspector/css-editor.ui | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/inspector/css-editor.ui b/gtk/inspector/css-editor.ui
index 4880b3b..115abcd 100644
--- a/gtk/inspector/css-editor.ui
+++ b/gtk/inspector/css-editor.ui
@@ -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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]