diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-10-23 03:26:40 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-10-23 03:26:40 +0800 |
commit | 0e89f43c0259cf89b64ee30feee2f9ffffcd0f10 (patch) | |
tree | 0740dff342ce960db2df7ed417d1da68cce19959 /filter/filter.glade | |
parent | 36ec6f4a0de26338dbfeaa8f2cb8e7a878036404 (diff) | |
download | gsoc2013-evolution-0e89f43c0259cf89b64ee30feee2f9ffffcd0f10.tar.gz gsoc2013-evolution-0e89f43c0259cf89b64ee30feee2f9ffffcd0f10.tar.zst gsoc2013-evolution-0e89f43c0259cf89b64ee30feee2f9ffffcd0f10.zip |
Remove Viewports around the treeviews, since they already have a scrolled
* filter.glade: Remove Viewports around the treeviews, since they
already have a scrolled window around them and the viewports cause
a double bevel to appear.
* rule-editor.c (rule_editor_treeview_new): Make the scrolled
window have a GTK_SHADOW_IN shadow.
* vfolder-rule.c (vfolder_editor_sourcelist_new): Likewise
svn path=/trunk/; revision=22997
Diffstat (limited to 'filter/filter.glade')
-rw-r--r-- | filter/filter.glade | 44 |
1 files changed, 8 insertions, 36 deletions
diff --git a/filter/filter.glade b/filter/filter.glade index 973c7ea33c..ac61b72c4d 100644 --- a/filter/filter.glade +++ b/filter/filter.glade @@ -115,21 +115,14 @@ <property name="window_placement">GTK_CORNER_TOP_LEFT</property> <child> - <widget class="GtkViewport" id="viewport5"> - <property name="visible">True</property> - <property name="shadow_type">GTK_SHADOW_IN</property> - - <child> - <widget class="Custom" id="rule_list"> - <property name="visible">True</property> - <property name="creation_function">rule_editor_treeview_new</property> - <property name="int1">0</property> - <property name="int2">0</property> - <property name="last_modification_time">Thu, 12 Dec 2002 23:41:46 GMT</property> - </widget> - </child> - </widget> - </child> + <widget class="Custom" id="rule_list"> + <property name="visible">True</property> + <property name="creation_function">rule_editor_treeview_new</property> + <property name="int1">0</property> + <property name="int2">0</property> + <property name="last_modification_time">Thu, 12 Dec 2002 23:41:46 GMT</property> + </widget> + </child> </widget> <packing> <property name="padding">0</property> @@ -326,11 +319,6 @@ <property name="shadow_type">GTK_SHADOW_NONE</property> <property name="window_placement">GTK_CORNER_TOP_LEFT</property> - <child> - <widget class="GtkViewport" id="viewport7"> - <property name="visible">True</property> - <property name="shadow_type">GTK_SHADOW_IN</property> - <child> <widget class="Custom" id="rule_list"> <property name="visible">True</property> @@ -340,8 +328,6 @@ <property name="last_modification_time">Fri, 13 Dec 2002 00:15:04 GMT</property> </widget> </child> - </widget> - </child> </widget> <packing> <property name="padding">0</property> @@ -607,11 +593,6 @@ <property name="shadow_type">GTK_SHADOW_NONE</property> <property name="window_placement">GTK_CORNER_TOP_LEFT</property> - <child> - <widget class="GtkViewport" id="viewport8"> - <property name="visible">True</property> - <property name="shadow_type">GTK_SHADOW_IN</property> - <child> <widget class="Custom" id="source_list"> <property name="visible">True</property> @@ -621,8 +602,6 @@ <property name="last_modification_time">Fri, 13 Dec 2002 00:22:39 GMT</property> </widget> </child> - </widget> - </child> </widget> <packing> <property name="padding">0</property> @@ -781,11 +760,6 @@ <property name="shadow_type">GTK_SHADOW_NONE</property> <property name="window_placement">GTK_CORNER_TOP_LEFT</property> - <child> - <widget class="GtkViewport" id="viewport6"> - <property name="visible">True</property> - <property name="shadow_type">GTK_SHADOW_IN</property> - <child> <widget class="Custom" id="rule_list"> <property name="visible">True</property> @@ -795,8 +769,6 @@ <property name="last_modification_time">Thu, 12 Dec 2002 23:50:05 GMT</property> </widget> </child> - </widget> - </child> </widget> <packing> <property name="padding">0</property> |