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
8f618096
Commit
8f618096
authored
Nov 27, 2022
by
Rémi Bernon
Committed by
Alexandre Julliard
Nov 29, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
joy.cpl: Reduce the button size on the device test tab.
parent
a2a80136
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
joy.rc
dlls/joy.cpl/joy.rc
+2
-2
main.c
dlls/joy.cpl/main.c
+7
-7
No files found.
dlls/joy.cpl/joy.rc
View file @
8f618096
...
@@ -55,8 +55,8 @@ CAPTION "Test Joystick"
...
@@ -55,8 +55,8 @@ CAPTION "Test Joystick"
FONT 8, "Ms Shell Dlg"
FONT 8, "Ms Shell Dlg"
{
{
COMBOBOX IDC_TESTSELECTCOMBO, 5, 5, 200, 60, CBS_DROPDOWNLIST | CBS_HASSTRINGS
COMBOBOX IDC_TESTSELECTCOMBO, 5, 5, 200, 60, CBS_DROPDOWNLIST | CBS_HASSTRINGS
GROUPBOX "Buttons", IDC_STATIC,
0, 110, 250, 11
0
GROUPBOX "Buttons", IDC_STATIC,
15, 100, 291, 7
0
GROUPBOX "", IDC_TESTGROUPXY, 15, 30, 60, 60
GROUPBOX "", IDC_TESTGROUPXY,
15, 30, 60, 60
GROUPBOX "", IDC_TESTGROUPRXRY, 92, 30, 60, 60
GROUPBOX "", IDC_TESTGROUPRXRY, 92, 30, 60, 60
GROUPBOX "", IDC_TESTGROUPZRZ, 169, 30, 60, 60
GROUPBOX "", IDC_TESTGROUPZRZ, 169, 30, 60, 60
GROUPBOX "", IDC_TESTGROUPPOV, 246, 30, 60, 60
GROUPBOX "", IDC_TESTGROUPPOV, 246, 30, 60, 60
...
...
dlls/joy.cpl/main.c
View file @
8f618096
...
@@ -43,13 +43,13 @@ WINE_DEFAULT_DEBUG_CHANNEL(joycpl);
...
@@ -43,13 +43,13 @@ WINE_DEFAULT_DEBUG_CHANNEL(joycpl);
#define TEST_MAX_AXES 4
#define TEST_MAX_AXES 4
#define TEST_POLL_TIME 100
#define TEST_POLL_TIME 100
#define TEST_BUTTON_COL_MAX
8
#define TEST_BUTTON_COL_MAX
16
#define TEST_BUTTON_X
8
#define TEST_BUTTON_X
24
#define TEST_BUTTON_Y 1
2
2
#define TEST_BUTTON_Y 1
1
2
#define TEST_NEXT_BUTTON_X
30
#define TEST_NEXT_BUTTON_X
17
#define TEST_NEXT_BUTTON_Y
2
5
#define TEST_NEXT_BUTTON_Y
1
5
#define TEST_BUTTON_SIZE_X
20
#define TEST_BUTTON_SIZE_X
16
#define TEST_BUTTON_SIZE_Y 1
8
#define TEST_BUTTON_SIZE_Y 1
4
#define TEST_AXIS_X 43
#define TEST_AXIS_X 43
#define TEST_AXIS_Y 60
#define TEST_AXIS_Y 60
...
...
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