Chromium Code Reviews| Index: remoting/host/plugin/host_plugin.rc |
| =================================================================== |
| --- remoting/host/plugin/host_plugin.rc (revision 96574) |
| +++ remoting/host/plugin/host_plugin.rc (working copy) |
| @@ -97,7 +97,7 @@ |
| 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 |
|
Sergey Ulanov
2011/08/13 01:21:23
Do we need to have size of the button fixed? Is it
Jamie
2011/08/13 02:26:39
Coming to a CL near you in the not-too-distant fut
|
| LTEXT "kSharingWith",IDC_DISCONNECT_SHARINGWITH,7,17,46,8 |
| LTEXT "<username>",IDC_DISCONNECT_USERNAME,51,17,108,8 |
| END |