diff options
Diffstat (limited to 'plugins/pynb/panel.ui')
| -rw-r--r-- | plugins/pynb/panel.ui | 21 | 
1 files changed, 21 insertions, 0 deletions
diff --git a/plugins/pynb/panel.ui b/plugins/pynb/panel.ui new file mode 100644 index 0000000..d16af80 --- /dev/null +++ b/plugins/pynb/panel.ui @@ -0,0 +1,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>  | 
