File: exception.ui

package info (click to toggle)
revelation 0.5.6-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 2,076 kB
  • sloc: python: 5,633; xml: 262; makefile: 12
file content (16 lines) | stat: -rw-r--r-- 588 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<interface domain="revelation">
  <object class="GtkScrolledWindow" id="traceback_scrolled">
    <property name="height-request">120</property>
    <property name="hscrollbar-policy">automatic</property>
    <property name="vscrollbar-policy">automatic</property>
    <child>
      <object class="GtkTextView" id="traceback_textview">
        <property name="editable">False</property>
        <property name="cursor-visible">False</property>
        <property name="monospace">True</property>
      </object>
    </child>
  </object>
</interface>