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

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: Added tool-tip for scale-to-fit button. 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
Index: remoting/webapp/me2mom/choice.html
diff --git a/remoting/webapp/me2mom/choice.html b/remoting/webapp/me2mom/choice.html
index 9661ea5aaabf403f578d2c05c39baee5bd21b5ba..7d4dfca84e9b32fb42714dfe76b24675b0175a28 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">

Powered by Google App Engine
This is Rietveld 408576698