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
44a9cc05
Commit
44a9cc05
authored
Aug 31, 2017
by
Fabian Maurer
Committed by
Alexandre Julliard
Aug 31, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wineps.drv: Use proper size for combobox controls.
Signed-off-by:
Fabian Maurer
<
dark.shadow4@web.de
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
08a8ce16
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
wineps.rc
dlls/wineps.drv/wineps.rc
+2
-2
No files found.
dlls/wineps.drv/wineps.rc
View file @
44a9cc05
...
...
@@ -36,10 +36,10 @@ FONT 8, "MS Shell Dlg"
CONTROL "&Landscape", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON,
20, 110, 180, 10
LTEXT "Duplex:", IDD_DUPLEX_NAME, 10, 140, 200, 8
COMBOBOX IDD_DUPLEX, 10, 151, 200,
4
0, CBS_DROPDOWNLIST | CBS_HASSTRINGS |
COMBOBOX IDD_DUPLEX, 10, 151, 200,
6
0, CBS_DROPDOWNLIST | CBS_HASSTRINGS |
WS_TABSTOP
LTEXT "Print &Quality:", -1, 10, 170, 200, 8
COMBOBOX IDD_QUALITY, 10, 181, 200,
4
0, CBS_DROPDOWNLIST | CBS_HASSTRINGS |
COMBOBOX IDD_QUALITY, 10, 181, 200,
6
0, CBS_DROPDOWNLIST | CBS_HASSTRINGS |
WS_TABSTOP
}
...
...
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