Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Unified Diff: chrome/app/cf_resources.rc

Issue 18769007: Make the dismiss button on the CF infobar be an image button. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/app/cf_resources.rc
diff --git a/chrome/app/cf_resources.rc b/chrome/app/cf_resources.rc
index a989d1a81f550b47c34f6ecbb9aeeece37722ab6..f3e15fcbf7ff1ed41dd368ab8597b2ef278de28a 100644
--- a/chrome/app/cf_resources.rc
+++ b/chrome/app/cf_resources.rc
@@ -57,6 +57,7 @@ FONT 8, "MS Shell Dlg", 400, 0, 0x0
BEGIN
LTEXT "This site is using the Chrome Frame plug-in which will soon be unsupported. Please uninstall it and upgrade to a modern browser.",IDC_TD_PROMPT_MESSAGE,3,3,414,8
LTEXT "Learn more.",IDC_TD_PROMPT_LINK,238,3,42,8
- PUSHBUTTON "Uninstall",IDUNINSTALL,285,2,50,12
- DEFPUSHBUTTON "Dismiss",IDDISMISS,340,2,50,12
+ PUSHBUTTON "Uninstall",IDUNINSTALL,318,2,50,12
grt (UTC plus 2) 2013/07/22 16:07:27 since your change shrinks IDDISMISS from a width o
robertshield 2013/07/22 19:58:57 The spacing is slightly larger to line up with the
+ DEFPUSHBUTTON "Dismiss",IDDISMISS,378,2,18,18
grt (UTC plus 2) 2013/07/22 16:07:27 378 + 18 = 396, which is greater than the width of
robertshield 2013/07/22 19:58:57 This was probably an error, although it was masked
END
+
grt (UTC plus 2) 2013/07/22 16:07:27 it looks like the cf_resources.rc in my checkout a
robertshield 2013/07/22 19:58:57 Done.
« no previous file with comments | « no previous file | chrome/app/chromium_strings.grd » ('j') | chrome_frame/turndown_prompt/turndown_prompt_window.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698