diff options
author | garykac@google.com <garykac@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-12 21:31:42 +0000 |
---|---|---|
committer | garykac@google.com <garykac@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-12 21:31:42 +0000 |
commit | 12fc32b7202b4a08c01675192b15bc6208d44678 (patch) | |
tree | 95b5f543308cd60c9c24aa3029ec83c422ad37f6 /remoting | |
parent | c8188ba97c40c580fa7ac857924c87da2227a28a (diff) | |
download | chromium_src-12fc32b7202b4a08c01675192b15bc6208d44678.zip chromium_src-12fc32b7202b4a08c01675192b15bc6208d44678.tar.gz chromium_src-12fc32b7202b4a08c01675192b15bc6208d44678.tar.bz2 |
Make Disconnect buttons wider to accomodate the hotkey info.
Review URL: http://codereview.chromium.org/7640022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96621 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/host/plugin/host_plugin.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/plugin/host_plugin.rc b/remoting/host/plugin/host_plugin.rc index 137b1e1..9ef4ae3 100644 --- a/remoting/host/plugin/host_plugin.rc +++ b/remoting/host/plugin/host_plugin.rc @@ -97,7 +97,7 @@ EXSTYLE WS_EX_TOPMOST CAPTION "kTitle"
FONT 9, "Microsoft Sans Serif", 400, 0, 0x0
BEGIN
- DEFPUSHBUTTON "kDisconnectButton",IDC_DISCONNECT,56,38,50,14
+ DEFPUSHBUTTON "kDisconnectButton",IDC_DISCONNECT,30,38,108,14
LTEXT "kSharingWith",IDC_DISCONNECT_SHARINGWITH,7,17,46,8
LTEXT "<username>",IDC_DISCONNECT_USERNAME,51,17,108,8
END
|