Files
scummvm/gui
Alexander Tkachev c91bcbfb94 GUI: Fix scrollbars
- removed +1px in ListWidget, added in lordhoto's 2007 commit 68eb28a
(aka r29971 in svn) `Fix for bug #1670082 "GUI: Modern theme gfx glitch
in launcher".`, because it made clip this last line of scrollbar in all
themes, which doesn't look good. In 2007 theme was written in .ini,
which is not the case now. I don't see any glitches after removing this
"fix";

- fixed how scrollbar top and bottom scroll buttons are drawn in
ThemeEngine::drawScrollbar: there were these weird magic numbers, but in
reality extra space that buttons should occupy is hardcoded in
scrollbar.cpp (ScrollBarWidget) and is just +1px.
2019-08-03 04:35:48 -04:00
..
2016-08-24 16:07:55 +06:00
2019-08-03 04:35:48 -04:00
2018-03-28 12:28:12 +02:00
2019-07-30 14:51:41 -04:00
2019-08-03 04:35:48 -04:00
2019-07-30 14:51:41 -04:00
2018-03-28 12:47:23 +02:00
2017-10-15 20:55:31 +02:00