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

Unified Diff: remoting/webapp/me2mom/choice.html

Issue 7718008: Use a split toggle button to reflect scaling state. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed i18n-content tag. Created 9 years, 4 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
« no previous file with comments | « remoting/webapp/me2mom/choice.css ('k') | remoting/webapp/me2mom/client_session.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/me2mom/choice.html
diff --git a/remoting/webapp/me2mom/choice.html b/remoting/webapp/me2mom/choice.html
index 00faf5427a58f79c190c4f66fd8c90e7ecd18c59..5735b395f69c64c9d2d26f9a8e1149bc5b7fa0a7 100644
--- a/remoting/webapp/me2mom/choice.html
+++ b/remoting/webapp/me2mom/choice.html
@@ -63,8 +63,10 @@ found in the LICENSE file.
<button type="button" onclick="remoting.disconnect();"
i18n-content="DISCONNECT_BUTTON"></button>
<span class="end-align">
- <button type="button" onclick="remoting.toggleScaleToFit();"
- i18n-content="SCALE_BUTTON"></button>
+ <button id="toggle-scaling"
+ onClick="remoting.toggleScaleToFit(this);">
+ <img src="scale-to-fit.png">
+ </button>
</span>
</div>
<div class="toolbar-stub">
« no previous file with comments | « remoting/webapp/me2mom/choice.css ('k') | remoting/webapp/me2mom/client_session.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698