diff options
author | Christian Grothoff <christian@grothoff.org> | 2014-07-12 19:33:47 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2014-07-12 19:33:47 +0000 |
commit | d4d065ab407d672099377eef2a4f0b15fe7e0079 (patch) | |
tree | b16515a01f8ff6e666652d1a8186accd44b6294c | |
parent | 98a9721c23d2005799b3c21fb8245ce53f5151bb (diff) | |
download | gnunet-gtk-d4d065ab407d672099377eef2a4f0b15fe7e0079.tar.gz gnunet-gtk-d4d065ab407d672099377eef2a4f0b15fe7e0079.zip |
-fix scrolling
-rw-r--r-- | contrib/gnunet_fs_gtk_main_window.glade | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/gnunet_fs_gtk_main_window.glade b/contrib/gnunet_fs_gtk_main_window.glade index 52b915fc..cbe41ad9 100644 --- a/contrib/gnunet_fs_gtk_main_window.glade +++ b/contrib/gnunet_fs_gtk_main_window.glade | |||
@@ -950,6 +950,8 @@ This operation will be executed using the anonymity level specified on the right | |||
950 | <object class="GtkNotebook" id="GNUNET_GTK_main_window_notebook"> | 950 | <object class="GtkNotebook" id="GNUNET_GTK_main_window_notebook"> |
951 | <property name="visible">True</property> | 951 | <property name="visible">True</property> |
952 | <property name="can_focus">True</property> | 952 | <property name="can_focus">True</property> |
953 | <property name="scrollable">True</property> | ||
954 | <property name="enable_popup">True</property> | ||
953 | <signal name="switch-page" handler="GNUNET_GTK_main_window_notebook_switch_page_cb" after="yes" swapped="no"/> | 955 | <signal name="switch-page" handler="GNUNET_GTK_main_window_notebook_switch_page_cb" after="yes" swapped="no"/> |
954 | <child> | 956 | <child> |
955 | <object class="GtkTreeView" id="GNUNET_GTK_download_frame"> | 957 | <object class="GtkTreeView" id="GNUNET_GTK_download_frame"> |