summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Hallendal <micke@codefactory.se>2002-05-22 23:47:20 +0000
committerMikael Hallendal <hallski@src.gnome.org>2002-05-22 23:47:20 +0000
commitdfae38fd23e1433460adbe2cba60ae6630f931ca (patch)
tree473a7ab0ab64f66ff876f41baa85e757e4b63581
parentb9f5cbbc290d0966dc59173923c67f4c1f328f61 (diff)
downloadyelp-dfae38fd23e1433460adbe2cba60ae6630f931ca.tar.gz
shrink TOC-tree width
2002-05-23 Mikael Hallendal <micke@codefactory.se> * src/yelp-view-content.c: (yelp_view_content_new): shrink TOC-tree width
-rw-r--r--ChangeLog3
-rw-r--r--src/yelp-view-content.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0405b9e5..02d54d16 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2002-05-23 Mikael Hallendal <micke@codefactory.se>
+ * src/yelp-view-content.c:
+ (yelp_view_content_new): shrink TOC-tree width
+
* src/yelp-html-gtkhtml1.c (html_link_clicked_cb):
- don't shortcut info
diff --git a/src/yelp-view-content.c b/src/yelp-view-content.c
index 4434d25c..bff578a2 100644
--- a/src/yelp-view-content.c
+++ b/src/yelp-view-content.c
@@ -363,7 +363,7 @@ yelp_view_content_new (GNode *doc_tree)
/* Add the tree and html view to the paned */
gtk_paned_add1 (GTK_PANED (view), priv->tree_sw);
gtk_paned_add2 (GTK_PANED (view), frame);
- gtk_paned_set_position (GTK_PANED (view), 250);
+ gtk_paned_set_position (GTK_PANED (view), 175);
return GTK_WIDGET (view);
}