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
8dcc4ed2
Commit
8dcc4ed2
authored
Aug 31, 2017
by
Fabian Maurer
Committed by
Alexandre Julliard
Aug 31, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cryptui: Use proper size for combobox controls.
Signed-off-by:
Fabian Maurer
<
dark.shadow4@web.de
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
823c4b14
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
cryptui.rc
dlls/cryptui/cryptui.rc
+2
-2
No files found.
dlls/cryptui/cryptui.rc
View file @
8dcc4ed2
...
...
@@ -197,7 +197,7 @@ STYLE WS_VISIBLE
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "&Show:", -1, 6,12,40,14
COMBOBOX IDC_DETAIL_SELECT, 48,10,100,
14
, CBS_DROPDOWNLIST|WS_BORDER|WS_VSCROLL|WS_TABSTOP
COMBOBOX IDC_DETAIL_SELECT, 48,10,100,
60
, CBS_DROPDOWNLIST|WS_BORDER|WS_VSCROLL|WS_TABSTOP
CONTROL "", IDC_DETAIL_LIST, "SysListView32",
LVS_REPORT|LVS_SINGLESEL|WS_CHILD|WS_VISIBLE|WS_TABSTOP|WS_BORDER, 6,28,241,100
CONTROL "", IDC_DETAIL_VALUE, "RichEdit20W", ES_READONLY|ES_MULTILINE|WS_TABSTOP, 6,136,241,70
...
...
@@ -337,7 +337,7 @@ CAPTION "Certificates"
FONT 8, "MS Shell Dlg"
BEGIN
LTEXT "I&ntended purpose:", -1, 7,9,100,12
COMBOBOX IDC_MGR_PURPOSE_SELECTION, 83,7,245,
14
, CBS_DROPDOWNLIST|WS_BORDER|WS_VSCROLL|WS_TABSTOP
COMBOBOX IDC_MGR_PURPOSE_SELECTION, 83,7,245,
60
, CBS_DROPDOWNLIST|WS_BORDER|WS_VSCROLL|WS_TABSTOP
CONTROL "", IDC_MGR_STORES, "SysTabControl32", WS_CLIPSIBLINGS|WS_TABSTOP, 7,25,321,140
CONTROL "", IDC_MGR_CERTS, "SysListView32", LVS_REPORT|WS_CHILD|WS_VISIBLE|WS_TABSTOP|WS_BORDER, 15,46,305,111
PUSHBUTTON "&Import...", IDC_MGR_IMPORT, 7,172,65,14
...
...
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