Give ui::Frame more rounded corners.

This commit is contained in:
J-D-K 2025-10-09 10:49:41 -04:00
parent ff0cba4b75
commit 2f90b5d2d6
4 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ INCLUDES := include ./Libraries/FsLib/Switch/FsLib/include ./Libraries/SDLLib/SD
EXEFS_SRC := exefs_src
APP_TITLE := JKSV
APP_AUTHOR := JK
APP_VERSION := 10.07.2025
APP_VERSION := 10.09.2025
ROMFS := romfs
ICON := icon.jpg

View File

@ -3,6 +3,6 @@
namespace builddate
{
inline constexpr int MONTH = 10;
inline constexpr int DAY = 7;
inline constexpr int DAY = 9;
inline constexpr int YEAR = 2025;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 312 B

After

Width:  |  Height:  |  Size: 617 B

View File

@ -68,7 +68,7 @@ void TitleInfoState::update()
if (!m_transition.in_place()) { return; }
else if (m_transition.in_place() && !m_timerStarted)
{
m_timer.start(40);
m_timer.start(50);
m_timerStarted = true;
}