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

Unified Diff: remoting/host/plugin/host_plugin.rc

Issue 8356032: Initial prototype minus drop-shadow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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/host/plugin/host_plugin.rc
diff --git a/remoting/host/plugin/host_plugin.rc b/remoting/host/plugin/host_plugin.rc
old mode 100644
new mode 100755
index deeb49056999837f7bc89e8e09687218e0dbcc12..1cfbac5a195b25581e251cc1d368bd606fedbdf5
--- a/remoting/host/plugin/host_plugin.rc
+++ b/remoting/host/plugin/host_plugin.rc
@@ -91,14 +91,15 @@ END
// Dialog
//
-IDD_DISCONNECT DIALOGEX 0, 0, 166, 59
-STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION
+IDD_DISCONNECT DIALOGEX 0, 0, 145, 24
+STYLE DS_SETFONT | WS_POPUP
EXSTYLE WS_EX_TOPMOST
-CAPTION "kTitle"
FONT 9, "Microsoft Sans Serif", 400, 0, 0x0
BEGIN
- DEFPUSHBUTTON "kDisconnectButton",IDC_DISCONNECT,20,38,126,14
- LTEXT "kSharingWith",IDC_DISCONNECT_SHARINGWITH,7,7,152,28
+ DEFPUSHBUTTON "kDisconnectButton",IDC_DISCONNECT,68,5,70,14
+ LTEXT "kSharingWith",IDC_DISCONNECT_SHARINGWITH,18,7,43,8
+ CONTROL "",IDC_STATIC,"Static",SS_ETCHEDVERT,6,6,1,12
+ CONTROL "",IDC_STATIC,"Static",SS_ETCHEDVERT,8,6,1,12
END
IDD_CONTINUE DIALOGEX 0, 0, 221, 58
@@ -123,12 +124,8 @@ GUIDELINES DESIGNINFO
BEGIN
IDD_DISCONNECT, DIALOG
BEGIN
- LEFTMARGIN, 7
- RIGHTMARGIN, 159
VERTGUIDE, 20
- VERTGUIDE, 146
- TOPMARGIN, 7
- BOTTOMMARGIN, 52
+ BOTTOMMARGIN, 23
END
IDD_CONTINUE, DIALOG
« remoting/host/disconnect_window_win.cc ('K') | « remoting/host/disconnect_window_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698