Incorrect formatting on narrow layout.

This commit is contained in:
Robin Davies
2024-10-13 21:43:18 -04:00
parent ab3b89b44e
commit a0df6b774e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ project(pipedal
DESCRIPTION "PiPedal Guitar Effect Pedal For Raspberry Pi"
HOMEPAGE_URL "https://rerdavies.github.io/pipedal"
)
set (DISPLAY_VERSION "PiPedal v1.3.57-Experimental")
set (DISPLAY_VERSION "PiPedal v1.3.57")
set (PACKAGE_ARCHITECTURE "arm64")
set (CMAKE_INSTALL_PREFIX "/usr/")
+1 -1
View File
@@ -211,7 +211,7 @@ export default class UpdateDialog extends ResizeResponsiveComponent<UpdateDialog
<Typography noWrap variant="body2" color="textSecondary" >
Update version:
</Typography>
<Typography noWrap variant="body2" color="textSecondary" >
<Typography noWrap variant="body2" color="textSecondary" style={{ marginLeft: 16 }} >
{updateRelease.upgradeVersionDisplayName}
</Typography>
</div>