Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-2pick
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
ygopro-2pick
Commits
386b0cf2
Commit
386b0cf2
authored
Mar 21, 2018
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix button width
parent
9c08dcfd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
gframe/game.cpp
gframe/game.cpp
+3
-2
No files found.
gframe/game.cpp
View file @
386b0cf2
...
@@ -1392,8 +1392,9 @@ void Game::OnResize() {
...
@@ -1392,8 +1392,9 @@ void Game::OnResize() {
ebDefense
->
setRelativePosition
(
Resize
(
260
,
49
,
340
,
69
));
ebDefense
->
setRelativePosition
(
Resize
(
260
,
49
,
340
,
69
));
ebCardName
->
setRelativePosition
(
Resize
(
260
,
72
,
390
,
92
));
ebCardName
->
setRelativePosition
(
Resize
(
260
,
72
,
390
,
92
));
btnEffectFilter
->
setRelativePosition
(
Resize
(
345
,
28
,
390
,
69
));
btnEffectFilter
->
setRelativePosition
(
Resize
(
345
,
28
,
390
,
69
));
btnStartFilter
->
setRelativePosition
(
Resize
(
327
,
96
,
390
,
118
));
btnStartFilter
->
setRelativePosition
(
Resize
(
260
,
80
+
125
/
6
,
390
,
100
+
125
/
6
));
btnClearFilter
->
setRelativePosition
(
Resize
(
260
,
96
,
322
,
118
));
if
(
btnClearFilter
)
btnClearFilter
->
setRelativePosition
(
Resize
(
205
,
80
+
125
/
6
,
255
,
100
+
125
/
6
));
btnMarksFilter
->
setRelativePosition
(
Resize
(
60
,
80
+
125
/
6
,
190
,
100
+
125
/
6
));
btnMarksFilter
->
setRelativePosition
(
Resize
(
60
,
80
+
125
/
6
,
190
,
100
+
125
/
6
));
wCategories
->
setRelativePosition
(
ResizeWin
(
450
,
60
,
1000
,
270
));
wCategories
->
setRelativePosition
(
ResizeWin
(
450
,
60
,
1000
,
270
));
...
...
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