Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
Stella
Commits
bc4e4586
Commit
bc4e4586
authored
Nov 02, 2020
by
thrust26
Browse files
updated debugger screenshot for "Frame Cycls"
parent
7ff0121f
Pipeline
#3378
passed with stages
in 2 minutes and 5 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
docs/graphics/debugger_tiainfo.png
View replaced file @
7ff0121f
View file @
bc4e4586
1.36 KB
|
W:
|
H:
1.36 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/debugger/gui/TiaInfoWidget.cxx
View file @
bc4e4586
...
...
@@ -38,7 +38,7 @@ TiaInfoWidget::TiaInfoWidget(GuiObject* boss, const GUI::Font& lfont,
const
int
VGAP
=
lfont
.
getLineHeight
()
/
4
;
const
int
VBORDER
=
5
+
1
;
const
int
COLUMN_GAP
=
_fontWidth
*
1.25
;
bool
longstr
=
lfont
.
getStringWidth
(
"Frame Cycl
e
12345"
)
+
_fontWidth
*
0.5
bool
longstr
=
lfont
.
getStringWidth
(
"Frame Cycl
s
12345"
)
+
_fontWidth
*
0.5
+
COLUMN_GAP
+
lfont
.
getStringWidth
(
"Scanline262262"
)
+
EditTextWidget
::
calcWidth
(
lfont
)
*
3
<=
max_w
;
const
int
lineHeight
=
lfont
.
getLineHeight
();
...
...
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