summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2011-08-05 09:39:13 +0100
committerWill Thompson <will@willthompson.co.uk>2011-08-05 09:39:13 +0100
commit6e777a7b6c99ceea8846cfe0004fe0a9e173d05d (patch)
tree9c4f466effb1bb5a627ffbc527dde52bc57134df /data
parentdb7e9586f2de932daa10194a142d80f5397daad7 (diff)
Add size info to stats pane
Diffstat (limited to 'data')
-rw-r--r--data/bustle.glade25
1 files changed, 25 insertions, 0 deletions
diff --git a/data/bustle.glade b/data/bustle.glade
index edd3e11..2f1396e 100644
--- a/data/bustle.glade
+++ b/data/bustle.glade
@@ -198,6 +198,31 @@ then open &lt;i&gt;foo.bustle&lt;/i&gt; to view the log.</property>
<property name="type">tab</property>
</packing>
</child>
+ <child>
+ <widget class="GtkScrolledWindow" id="sizeSW">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="hscrollbar_policy">never</property>
+ <property name="vscrollbar_policy">automatic</property>
+ <child>
+ <placeholder/>
+ </child>
+ </widget>
+ <packing>
+ <property name="position">2</property>
+ </packing>
+ </child>
+ <child>
+ <widget class="GtkLabel" id="sizeTabLabel">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">Message sizes</property>
+ </widget>
+ <packing>
+ <property name="position">2</property>
+ <property name="tab_fill">False</property>
+ <property name="type">tab</property>
+ </packing>
+ </child>
</widget>
<packing>
<property name="resize">True</property>