summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/download_shelf_gtk.cc
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-26 18:50:51 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-26 18:50:51 +0000
commit5228d56c2b19231923504dfbcd306f0c93058fca (patch)
tree5aaca6e85c369a7c8ae75e6f3ec6bd3695ae9613 /chrome/browser/gtk/download_shelf_gtk.cc
parent1676374870966b50e20d7097881e49c084a7caf5 (diff)
downloadchromium_src-5228d56c2b19231923504dfbcd306f0c93058fca.zip
chromium_src-5228d56c2b19231923504dfbcd306f0c93058fca.tar.gz
chromium_src-5228d56c2b19231923504dfbcd306f0c93058fca.tar.bz2
Linux download shelf:
- Show status text. - Pack new items on the left. Review URL: http://codereview.chromium.org/53084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12582 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/gtk/download_shelf_gtk.cc')
-rw-r--r--chrome/browser/gtk/download_shelf_gtk.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/gtk/download_shelf_gtk.cc b/chrome/browser/gtk/download_shelf_gtk.cc
index 6e3598a..3d30e89 100644
--- a/chrome/browser/gtk/download_shelf_gtk.cc
+++ b/chrome/browser/gtk/download_shelf_gtk.cc
@@ -16,9 +16,9 @@
namespace {
-// The height of the download items. Should be 28, as that is the height of
-// their bitmaps.
-const int kDownloadItemHeight = 28;
+// The height of the download items. Should be at least 28, as that is the
+// minimum height of their nineboxes.
+const int kDownloadItemHeight = 38;
// Padding between the download widgets.
const int kDownloadItemPadding = 10;