diff options
author | George Hazan <george.hazan@gmail.com> | 2023-07-18 12:49:26 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-07-18 12:49:26 +0300 |
commit | b94cdc1e20807eade7fd414b9a7caef2722f2a9a (patch) | |
tree | d6d4de83da00335e7cf4854807be96acf1062eba /src/mir_app/res | |
parent | 728d102e547378a2d2baec15c473ab0ddc9ea0dc (diff) |
rest of offline file options
Diffstat (limited to 'src/mir_app/res')
-rw-r--r-- | src/mir_app/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mir_app/res/resource.rc b/src/mir_app/res/resource.rc index 00ae85f211..5f998c9cb1 100644 --- a/src/mir_app/res/resource.rc +++ b/src/mir_app/res/resource.rc @@ -1149,8 +1149,8 @@ BEGIN "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,148,288,10
RTEXT "Only if their size is less than",IDC_STATIC,12,162,153,8
EDITTEXT IDC_OFFLINE_AUTOSIZE,169,160,40,12,ES_AUTOHSCROLL
+ CONTROL "",IDC_OFFLINE_AUTOSIZE_SPIN,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS | UDS_NOTHOUSANDS | UDS_HOTTRACK,198,159,11,14
LTEXT "KBytes (0 - always)",IDC_STATIC,212,162,91,8
- CONTROL "",IDC_OFFLINE_AUTOSIZE_SPIN,"msctls_updown32",UDS_ARROWKEYS,198,159,11,14
END
IDD_OPT_FILESECURITY DIALOGEX 0, 0, 313, 243
|