Mercurial > audlegacy
changeset 1224:5b3d7f6891be trunk
[svn] - Make the category_view slightly wider to get rid of the horizontal scrollbar caused by the word "Connectivity" being so damned big.
author | nhjm449 |
---|---|
date | Wed, 14 Jun 2006 17:21:25 -0700 |
parents | f1e57db353a3 |
children | b8f5cb287ed2 |
files | ChangeLog audacious/glade/prefswin.glade |
diffstat | 2 files changed, 10 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Wed Jun 14 16:59:24 2006 -0700 +++ b/ChangeLog Wed Jun 14 17:21:25 2006 -0700 @@ -1,3 +1,12 @@ +2006-06-14 23:59:24 +0000 William Pitcock <nenolod@nenolod.net> + revision [1360] + - Don't crash when we encounter an unsupported NSF/NSFE type + + + Changes: Modified: + +4 -0 trunk/Plugins/Input/console/Audacious_Driver.cpp + + 2006-06-14 09:07:52 +0000 George Averill <nhjm449@gmail.com> revision [1358] - There's an ellipsis character in text.png. Let's use it like we should.
--- a/audacious/glade/prefswin.glade Wed Jun 14 16:59:24 2006 -0700 +++ b/audacious/glade/prefswin.glade Wed Jun 14 17:21:25 2006 -0700 @@ -45,7 +45,7 @@ <child> <widget class="GtkTreeView" id="category_view"> - <property name="width_request">170</property> + <property name="width_request">172</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="headers_visible">False</property>