diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2010-06-26 00:11:08 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2010-06-26 00:11:08 +0200 |
commit | ad56d57251f67ac416ff7ad71a76f30836d2ccb3 (patch) | |
tree | 567df022caed599975f34aeb004aadb81219f684 /data | |
parent | fe332740f7c0be59d4ede7097e5bd1eabbf40e39 (diff) | |
download | ephraim-ad56d57251f67ac416ff7ad71a76f30836d2ccb3.tar ephraim-ad56d57251f67ac416ff7ad71a76f30836d2ccb3.zip |
Added groups to roster
Diffstat (limited to 'data')
-rw-r--r-- | data/ephraim.glade | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/data/ephraim.glade b/data/ephraim.glade index cde04f3..cde3c10 100644 --- a/data/ephraim.glade +++ b/data/ephraim.glade @@ -80,10 +80,24 @@ <property name="hscrollbar_policy">never</property> <property name="vscrollbar_policy">automatic</property> <child> - <object class="GtkTreeView" id="Roster"> + <object class="GtkViewport" id="viewport2"> <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="headers_visible">False</property> + <property name="resize_mode">queue</property> + <child> + <object class="GtkVBox" id="Roster"> + <property name="visible">True</property> + <property name="orientation">vertical</property> + <child> + <placeholder/> + </child> + <child> + <placeholder/> + </child> + <child> + <placeholder/> + </child> + </object> + </child> </object> </child> </object> @@ -153,6 +167,8 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="editable">False</property> + <property name="left_margin">3</property> + <property name="right_margin">3</property> <property name="cursor_visible">False</property> </object> </child> |