chore(.ui): remove ui/window.ui

The file had been replaced by EchidnaWindow's ui file.
merge-requests/8/head
Nefo Fortressia 2021-10-26 12:06:03 +07:00
parent 211f2330b5
commit 4d23860806
1 changed files with 0 additions and 55 deletions

View File

@ -1,55 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk" version="4.0" />
<object class="GtkApplicationWindow" id="window">
<property name="title">Echidna Code Editor</property>
<property name="default-width">800</property>
<property name="default-height">600</property>
<child>
<object class="GtkBox" id="echidna-root">
<property name="orientation">vertical</property>
<child>
<object class="GtkBox" id="bars-box">
<property name="vexpand">1</property>
<child>
<object class="GtkStackSidebar" id="sidebar"></object>
</child>
<child>
<placeholder />
</child>
<child>
<!-- <object class="GtkGrid" id="editor-tabs">
<property name="hexpand">1</property>
<child>
-->
<object class="GtkNotebook" id="echidna-notebook">
<child>
<object id="notebook-content" class="GtkLabel">
<property name="label">Hello from Echidna!</property>
</object>
</child>
<child type="tab">
<object class="GtkLabel" id="notebook-welcome">
<property name="label">Welcome</property>
</object>
</child>
</object>
<!-- </child>
</object> -->
</child>
</object>
</child>
<child>
<object class="GtkStatusbar" id="status-bar">
<property name="margin-start">10</property>
<property name="margin-end">10</property>
<property name="margin-start">10</property>
<property name="margin-end">10</property>
<property name="margin-top">6</property>
<property name="margin-bottom">6</property>
</object>
</child>
</object>
</child>
</object>
</interface>