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
9c0d46da
Commit
9c0d46da
authored
Feb 08, 2005
by
Kris Marsh
Committed by
Alexandre Julliard
Feb 08, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed window height to show all data properly.
Cleaned up drives->advanced information visuals.
parent
4a8b0d4c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
En.rc
programs/winecfg/En.rc
+2
-2
driveui.c
programs/winecfg/driveui.c
+3
-3
No files found.
programs/winecfg/En.rc
View file @
9c0d46da
...
...
@@ -24,7 +24,7 @@
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
IDD_ABOUTCFG DIALOGEX 0, 0, 260, 2
5
0
IDD_ABOUTCFG DIALOGEX 0, 0, 260, 2
7
0
STYLE WS_CHILD
FONT 8, "MS Sans Serif"
BEGIN
...
...
@@ -114,7 +114,7 @@ BEGIN
LTEXT "&Type:",IDC_STATIC_TYPE,15,138,21,10
COMBOBOX IDC_COMBO_TYPE,41,135,77,60,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
LTEXT "Label and serial number",IDC_LABELSERIAL_STATIC,15,155,
5
5,10
LTEXT "Label and serial number",IDC_LABELSERIAL_STATIC,15,155,
9
5,10
PUSHBUTTON "&Show Advanced",IDC_BUTTON_SHOW_HIDE_ADVANCED,186,136,60,13
CONTROL "Autodetect &from Device:",IDC_RADIO_AUTODETECT,"Button",
...
...
programs/winecfg/driveui.c
View file @
9c0d46da
...
...
@@ -492,9 +492,9 @@ static void get_etched_rect(HWND dialog, RECT *rect)
GetClientRect
(
dialog
,
rect
);
/* these dimensions from the labelserial static in En.rc */
rect
->
top
=
2
58
;
rect
->
bottom
=
2
58
;
rect
->
left
+=
3
5
;
rect
->
top
=
2
65
;
rect
->
bottom
=
2
65
;
rect
->
left
+=
2
5
;
rect
->
right
-=
25
;
}
...
...
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