diff options
author | dartraiden <wowemuh@gmail.com> | 2018-07-16 00:14:05 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2018-07-16 00:15:19 +0300 |
commit | c6e34ebff05d64b8e042f42b929cecdb7c35d2bc (patch) | |
tree | 1c69a160bb5e38d92748d7439416d0bca9032d13 /plugins/WebView/res/webview.rc | |
parent | 0c37a8fd3a20e7087a31a68d0cca47e92c78a1e0 (diff) |
WebView: resource cosmetic
Diffstat (limited to 'plugins/WebView/res/webview.rc')
-rw-r--r-- | plugins/WebView/res/webview.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/WebView/res/webview.rc b/plugins/WebView/res/webview.rc index a4fea01b4e..d868601bee 100644 --- a/plugins/WebView/res/webview.rc +++ b/plugins/WebView/res/webview.rc @@ -289,13 +289,13 @@ BEGIN ES_NUMBER | NOT WS_BORDER,WS_EX_STATICEDGE
LTEXT "seconds",IDC_STATIC,106,15,34,10
//CONTROL "From popup plugin",IDC_PD1,"Button",BS_AUTORADIOBUTTON,
- // 18,30,110,8
+ // 18,30,110,12
CONTROL "From popup plugin",IDC_PD1,"MButtonClass",WS_TABSTOP,
- 18,30,110,8
+ 18,30,110,12
//CONTROL "Permanent",IDC_PD2,"Button",BS_AUTORADIOBUTTON,18,45,
- // 110,8
+ // 110,12
CONTROL "Permanent",IDC_PD2,"MButtonClass",WS_TABSTOP,18,45,
- 110,8
+ 110,12
////
CONTROL "Preview",IDC_PREVIEW,"MButtonClass",WS_TABSTOP,223,30,
|