Skip to content

Commit 94325ed

Browse files
committed
Fix typo
Fixes: #8379
1 parent 2664d19 commit 94325ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/modules/OCGenerateTheme.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function(__addIcon THEME ICON_NAME)
77
if (EXISTS ${OEM_THEME_DIR}/${icon})
88
file(APPEND "${QRC}" "<file alias=\"${icon}\">${OEM_THEME_DIR}/${icon}</file>\n")
99
else()
10-
set(SIZES "16;22,32;48;64;128;256;512;1024")
10+
set(SIZES "16;22;32;48;64;128;256;512;1024")
1111
foreach(size ${SIZES})
1212
set(icon "theme/${THEME}/${ICON_NAME}-${size}.png")
1313
if (EXISTS ${OEM_THEME_DIR}/${icon})

0 commit comments

Comments
 (0)