fix: activity views not appearing

Merge branch 'feat/activitybar' into 'main'

See merge request EchidnaHQ/Echidna!11
merge-requests/21/head^2
Nefo Fortressia 2021-12-17 02:38:12 +00:00
commit e3b330a57c
1 changed files with 62 additions and 58 deletions

View File

@ -6,10 +6,16 @@
- file, You can obtain one at https://mozilla.org/MPL/2.0/. - file, You can obtain one at https://mozilla.org/MPL/2.0/.
--> -->
<template class="EchidnaSidebar"> <template class="EchidnaSidebar">
<property name="orientation">GTK_ORIENTATION_HORIZONTAL</property>
<child> <child>
<object class="GtkStackSidebar"> <object class="GtkStackSidebar">
<property name="stack"> <property name="stack">sidebar_stack</property>
<object class="GtkStack"> </object>
</child>
<child>
<object class="GtkStack" id="sidebar_stack">
<property name="hhomogeneous">1</property>
<property name="width-request">170</property>
<child> <child>
<object class="GtkStackPage"> <object class="GtkStackPage">
<!-- Explorer Tab --> <!-- Explorer Tab -->
@ -19,14 +25,8 @@
<object class="GtkBox"> <object class="GtkBox">
<property name="orientation">GTK_ORIENTATION_VERTICAL</property> <property name="orientation">GTK_ORIENTATION_VERTICAL</property>
<child> <child>
<object class="GtkTreeView" id="treeview"> <object class="GtkLabel">
<property name="model">liststore1</property> <property name="label">Explorer</property>
<child></child>
<child internal-child="selection">
<object class="GtkTreeSelection" id="selection">
<signal name="changed" handler="on_treeview_selection_changed" />
</object>
</child>
</object> </object>
</child> </child>
</object> </object>
@ -59,14 +59,18 @@
<property name="child"> <property name="child">
<object class="GtkBox"> <object class="GtkBox">
<property name="orientation">GTK_ORIENTATION_VERTICAL</property> <property name="orientation">GTK_ORIENTATION_VERTICAL</property>
<child>
<object class="GtkLabel">
<property name="label">Extensions</property>
</object>
</child>
</object> </object>
</property> </property>
</object> </object>
</child> </child>
</object> </object>
</property>
</object>
</child> </child>
</template> </template>
</interface> </interface>