summaryrefslogtreecommitdiff
path: root/plugins/pynb/panel.ui
blob: d16af806af118e241a5c4bdf8e2ac0ec1819ce84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<interface>

    <template class="GtkPythonNotebookPanel" parent="GtkTiledPanel">
        <child>
            <object class="GtkScrolledWindow">
                <property name="hscrollbar-policy">automatic</property>
                <property name="vscrollbar-policy">automatic</property>
                <property name="hexpand">true</property>
                <property name="vexpand">true</property>
                <property name="has-frame">true</property>
                <property name="margin-start">8</property>
                <property name="margin-top">8</property>
                <property name="margin-end">8</property>
                <property name="margin-bottom">8</property>

            </object>
        </child>
    </template>

</interface>