diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-11 19:45:19 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-11 19:45:19 +0000 |
commit | 34cc1917d8003c107c1c320e5b50fe240de8a010 (patch) | |
tree | 4731a3d0036c85308171ec612a4bcd6cd15e1e60 /chrome/app/theme | |
parent | 960141c714a764b26ab954773018e68eafc3b97d (diff) | |
download | chromium_src-34cc1917d8003c107c1c320e5b50fe240de8a010.zip chromium_src-34cc1917d8003c107c1c320e5b50fe240de8a010.tar.gz chromium_src-34cc1917d8003c107c1c320e5b50fe240de8a010.tar.bz2 |
Add a first attempt at a compact location bar and a status bar. The status bar
contains a clock, an application menu, and a non-working battery indicator.
The compact location bar can be toggled by COMPACT_NAV_BAR in browser_window_gtk.cc
Review URL: http://codereview.chromium.org/165272
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23070 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/theme')
-rw-r--r-- | chrome/app/theme/compactnav_back.png | bin | 0 -> 347 bytes | |||
-rw-r--r-- | chrome/app/theme/compactnav_chrome.png | bin | 0 -> 842 bytes | |||
-rw-r--r-- | chrome/app/theme/compactnav_forward.png | bin | 0 -> 340 bytes | |||
-rw-r--r-- | chrome/app/theme/compactnav_separator.png | bin | 0 -> 141 bytes | |||
-rw-r--r-- | chrome/app/theme/statusbar_battery.png | bin | 0 -> 430 bytes | |||
-rw-r--r-- | chrome/app/theme/statusbar_menu.png | bin | 0 -> 525 bytes | |||
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 8 |
7 files changed, 8 insertions, 0 deletions
diff --git a/chrome/app/theme/compactnav_back.png b/chrome/app/theme/compactnav_back.png Binary files differnew file mode 100644 index 0000000..db4809c --- /dev/null +++ b/chrome/app/theme/compactnav_back.png diff --git a/chrome/app/theme/compactnav_chrome.png b/chrome/app/theme/compactnav_chrome.png Binary files differnew file mode 100644 index 0000000..e51d326 --- /dev/null +++ b/chrome/app/theme/compactnav_chrome.png diff --git a/chrome/app/theme/compactnav_forward.png b/chrome/app/theme/compactnav_forward.png Binary files differnew file mode 100644 index 0000000..d4cab90 --- /dev/null +++ b/chrome/app/theme/compactnav_forward.png diff --git a/chrome/app/theme/compactnav_separator.png b/chrome/app/theme/compactnav_separator.png Binary files differnew file mode 100644 index 0000000..9763de3 --- /dev/null +++ b/chrome/app/theme/compactnav_separator.png diff --git a/chrome/app/theme/statusbar_battery.png b/chrome/app/theme/statusbar_battery.png Binary files differnew file mode 100644 index 0000000..595f7c0 --- /dev/null +++ b/chrome/app/theme/statusbar_battery.png diff --git a/chrome/app/theme/statusbar_menu.png b/chrome/app/theme/statusbar_menu.png Binary files differnew file mode 100644 index 0000000..4edd2e4 --- /dev/null +++ b/chrome/app/theme/statusbar_menu.png diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index 8049ffa..a0034c3 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -350,6 +350,14 @@ <include name="IDR_THEME_TOOLBAR" file="theme_toolbar_default2.png" type="BINDATA" /> <include name="IDR_THEME_FRAME_INCOGNITO" file="theme_frame_default_incognito2.png" type="BINDATA" /> <include name="IDR_THEME_FRAME_INACTIVE" file="theme_frame_default_inactive2.png" type="BINDATA" /> + + <include name="IDR_COMPACTNAV_CHROME" file="compactnav_chrome.png" type="BINDATA" /> + <include name="IDR_COMPACTNAV_BACK" file="compactnav_back.png" type="BINDATA" /> + <include name="IDR_COMPACTNAV_FORWARD" file="compactnav_forward.png" type="BINDATA" /> + <include name="IDR_COMPACTNAV_SEPARATOR" file="compactnav_separator.png" type="BINDATA" /> + + <include name="IDR_STATUSBAR_MENU" file="statusbar_menu.png" type="BINDATA" /> + <include name="IDR_STATUSBAR_BATTERY" file="statusbar_battery.png" type="BINDATA" /> </if> <if expr="not pp_ifdef('chromeos')"> |