forked from AuroraMiddleware/gtk
gtk-demo: Make source formatting uniform
Give the text view in the source tab the same formatting as tabs we add for extra sources.
This commit is contained in:
parent
1d49f933e9
commit
7f565806a8
@ -134,6 +134,10 @@
|
||||
<property name="bottom-margin">20</property>
|
||||
<property name="editable">0</property>
|
||||
<property name="cursor-visible">0</property>
|
||||
<property name="monospace">1</property>
|
||||
<property name="wrap-mode">word</property>
|
||||
<property name="pixels-above-lines">2</property>
|
||||
<property name="pixels-below-lines">2</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
|
Loading…
Reference in New Issue
Block a user