forked from AuroraMiddleware/gtk
inspector: Use consistent GtkTextView margins
This commit is contained in:
parent
7aa34cb3d2
commit
2ac8132499
@ -56,6 +56,8 @@
|
||||
<property name="monospace">1</property>
|
||||
<property name="left-margin">6</property>
|
||||
<property name="right-margin">6</property>
|
||||
<property name="top-margin">6</property>
|
||||
<property name="bottom-margin">6</property>
|
||||
<property name="has-tooltip">1</property>
|
||||
<signal name="query-tooltip" handler="query_tooltip_cb"/>
|
||||
</object>
|
||||
|
@ -201,6 +201,10 @@
|
||||
<object class="GtkTextView">
|
||||
<property name="editable">0</property>
|
||||
<property name="buffer">buffer</property>
|
||||
<property name="left-margin">6</property>
|
||||
<property name="right-margin">6</property>
|
||||
<property name="top-margin">6</property>
|
||||
<property name="bottom-margin">6</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
|
Loading…
Reference in New Issue
Block a user