diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-10 20:05:43 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-10 20:05:43 +0000 |
commit | 92ca623270d61b3f6574d4f721c5a7ba1ac64f1b (patch) | |
tree | 7ab9ea01d0021e704e207be95a2d53fe306be046 /chrome/browser/gtk/download_shelf_gtk.h | |
parent | 7d0e2b916ee3ce1876ef456055a1404084cbbb7f (diff) | |
download | chromium_src-92ca623270d61b3f6574d4f721c5a7ba1ac64f1b.zip chromium_src-92ca623270d61b3f6574d4f721c5a7ba1ac64f1b.tar.gz chromium_src-92ca623270d61b3f6574d4f721c5a7ba1ac64f1b.tar.bz2 |
Make the download shelf in gtk look prettier (add top border, improve spacing).
Review URL: http://codereview.chromium.org/42025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11369 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/gtk/download_shelf_gtk.h')
-rw-r--r-- | chrome/browser/gtk/download_shelf_gtk.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/chrome/browser/gtk/download_shelf_gtk.h b/chrome/browser/gtk/download_shelf_gtk.h index f5c561f..0528522 100644 --- a/chrome/browser/gtk/download_shelf_gtk.h +++ b/chrome/browser/gtk/download_shelf_gtk.h @@ -39,10 +39,8 @@ class DownloadShelfGtk : public DownloadShelf { // |hbox_| holds the download items and buttons of the shelf. GtkWidget* hbox_; - // |shelf_| is the highest level widget of the shelf. It has a single - // child, |hbox_|. It exists because we need to be able to set the background - // color of the shelf, and GtkBoxes don't have a gdk window, which is a - // requisite for changing the background color. + // |shelf_| is the highest level widget of the shelf. See the constructor + // for an explanation of the widget layout. GtkWidget* shelf_; // The 'x' that the user can press to hide the download shelf. |