[gnome-chat] contacts-list-dialog: Put the list of the contacts in scrolled window
- From: Yosef Or Boczko <yoseforb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-chat] contacts-list-dialog: Put the list of the contacts in scrolled window
- Date: Tue, 10 Sep 2013 11:52:09 +0000 (UTC)
commit 2d8d221559d2ce6e627ce944417a63181c2367e3
Author: Yosef Or Boczko <yoseforb gmail com>
Date: Tue Sep 10 14:51:23 2013 +0300
contacts-list-dialog: Put the list of the contacts in scrolled window
src/chat-contacts-list-dialog.ui | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
---
diff --git a/src/chat-contacts-list-dialog.ui b/src/chat-contacts-list-dialog.ui
index 92d4fa3..8cbb057 100644
--- a/src/chat-contacts-list-dialog.ui
+++ b/src/chat-contacts-list-dialog.ui
@@ -14,8 +14,20 @@
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
<child>
- <object class="GtkListBox" id="list_box">
+ <object class="GtkScrolledWindow" id="scrolledwindow1">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="shadow_type">in</property>
+ <child>
+ <object class="GtkListBox" id="list_box">
+ </object>
+ </child>
</object>
+ <packing>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
+ </packing>
</child>
</object>
</child>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]