Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
a07d1da9
Commit
a07d1da9
authored
Oct 30, 2012
by
André Hentschel
Committed by
Alexandre Julliard
Oct 30, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comdlg32: Fix usage of constants.
parent
5c95bec8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
itemdlg.c
dlls/comdlg32/itemdlg.c
+5
-5
No files found.
dlls/comdlg32/itemdlg.c
View file @
a07d1da9
...
...
@@ -1214,17 +1214,17 @@ static SIZE update_layout(FileDialogImpl *This)
}
/* The custom controls */
customctrls_rc
.
left
=
dialog_rc
.
left
+
v
spacing
;
customctrls_rc
.
right
=
dialog_rc
.
right
-
v
spacing
;
customctrls_rc
.
bottom
=
filename_rc
.
top
-
h
spacing
;
customctrls_rc
.
left
=
dialog_rc
.
left
+
h
spacing
;
customctrls_rc
.
right
=
dialog_rc
.
right
-
h
spacing
;
customctrls_rc
.
bottom
=
filename_rc
.
top
-
v
spacing
;
customctrls_rc
.
top
=
customctrls_rc
.
bottom
-
ctrl_container_resize
(
This
,
customctrls_rc
.
right
-
customctrls_rc
.
left
);
/* The ExplorerBrowser control. */
ebrowser_rc
.
left
=
dialog_rc
.
left
+
v
spacing
;
ebrowser_rc
.
left
=
dialog_rc
.
left
+
h
spacing
;
ebrowser_rc
.
top
=
toolbar_rc
.
bottom
+
vspacing
;
ebrowser_rc
.
right
=
dialog_rc
.
right
-
hspacing
;
ebrowser_rc
.
bottom
=
customctrls_rc
.
top
-
h
spacing
;
ebrowser_rc
.
bottom
=
customctrls_rc
.
top
-
v
spacing
;
/****
* Move everything to the right place.
...
...
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