[Aptitude-svn-commit] r4198 - in branches/aptitude-0.3/aptitude: . src

Daniel Burrows dburrows at costa.debian.org
Fri Sep 23 01:45:41 UTC 2005


Author: dburrows
Date: Fri Sep 23 01:45:39 2005
New Revision: 4198

Modified:
   branches/aptitude-0.3/aptitude/ChangeLog
   branches/aptitude-0.3/aptitude/src/view_changelog.cc
Log:
Fix the generation of the changelog pager so that it occupies the whole vertical extent of the screen.

Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog	(original)
+++ branches/aptitude-0.3/aptitude/ChangeLog	Fri Sep 23 01:45:39 2005
@@ -1,5 +1,10 @@
 2005-09-22  Daniel Burrows  <dburrows at debian.org>
 
+	* src/view_changelog.cc:
+
+	  Make sure that the changelog pager's scroll bar occupies the
+	  full vertical extent of the screen.
+
 	* src/menu_tree.cc, src/menu_tree.h, src/pkg_item.cc, src/pkg_item.h, src/pkg_node.cc, src/pkg_node.h, src/pkg_ver_item.cc, src/pkg_ver_item.h, src/solution_item.cc, src/solution_item.h:
 
 	  Split up the menu_tree monstrosity and eliminate most of the

Modified: branches/aptitude-0.3/aptitude/src/view_changelog.cc
==============================================================================
--- branches/aptitude-0.3/aptitude/src/view_changelog.cc	(original)
+++ branches/aptitude-0.3/aptitude/src/view_changelog.cc	Fri Sep 23 01:45:39 2005
@@ -127,7 +127,7 @@
       cs->scroll_top();
 
       t->add_widget_opts(cs, 0, 0, 1, 1, vs_table::EXPAND|vs_table::SHRINK, vs_table::EXPAND);
-      t->add_widget_opts(s, 0, 1, 1, 1, 0, vs_table::EXPAND);
+      t->add_widget_opts(s, 0, 1, 1, 1, 0, vs_table::EXPAND | vs_table::FILL);
 
       t->show_all();
 



More information about the Aptitude-svn-commit mailing list