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.
|