Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
836f06f6
Commit
836f06f6
authored
Aug 20, 2015
by
Vincent Povirk
Committed by
Alexandre Julliard
Aug 27, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comdlg32: Add WS_CLIPSIBLINGS to controls in the item dialog.
parent
26fbbdc4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
comdlg32.rc
dlls/comdlg32/comdlg32.rc
+7
-7
No files found.
dlls/comdlg32/comdlg32.rc
View file @
836f06f6
...
...
@@ -483,16 +483,16 @@ STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_VISIBLE | WS_POPUP | WS_CAPTION | WS_S
CAPTION "Open"
FONT 8, "MS Shell Dlg"
{
LTEXT "File name:", IDC_FILENAMESTATIC, 160, 240, 60, 9, SS_RIGHT
EDITTEXT IDC_FILENAME, 226, 240, 100, 12, WS_CHILD | WS_VISIBLE | WS_TABSTOP
LTEXT "File name:", IDC_FILENAMESTATIC, 160, 240, 60, 9, SS_RIGHT
| WS_CLIPSIBLINGS
EDITTEXT IDC_FILENAME, 226, 240, 100, 12, WS_CHILD | WS_VISIBLE | WS_TABSTOP
| WS_CLIPSIBLINGS
LTEXT "Files of type:", IDC_FILETYPESTATIC, 160, 256, 60, 9, SS_RIGHT
LTEXT "Files of type:", IDC_FILETYPESTATIC, 160, 256, 60, 9, SS_RIGHT
| WS_CLIPSIBLINGS
COMBOBOX IDC_FILETYPE, 226, 256, 100, 12, WS_CHILD | WS_VISIBLE | WS_TABSTOP | WS_VSCROLL |
CBS_HASSTRINGS | CBS_DROPDOWNLIST
WS_CLIPSIBLINGS |
CBS_HASSTRINGS | CBS_DROPDOWNLIST
DEFPUSHBUTTON "&Open", IDOK, 350, 240, 40, 14, WS_GROUP
PUSHBUTTON "Cancel", IDCANCEL, 395, 240, 40, 14
PUSHBUTTON "&Help", pshHelp, 350, 272, 40, 14
DEFPUSHBUTTON "&Open", IDOK, 350, 240, 40, 14, WS_GROUP
| WS_CLIPSIBLINGS
PUSHBUTTON "Cancel", IDCANCEL, 395, 240, 40, 14
, WS_CLIPSIBLINGS
PUSHBUTTON "&Help", pshHelp, 350, 272, 40, 14
, WS_CLIPSIBLINGS
}
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment