From 1e9481c27f957efa890ac4586c1506f010528b51 Mon Sep 17 00:00:00 2001 From: fredcw Date: Mon, 22 Jan 2024 23:01:54 +0000 Subject: [PATCH] Fix theme name being too long Makes the cinnamon settings themes dialog unnecessarily wide. --- Mint-XP/info.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mint-XP/info.json b/Mint-XP/info.json index b97dafe4b..da6a98862 100644 --- a/Mint-XP/info.json +++ b/Mint-XP/info.json @@ -1,5 +1,5 @@ { "author": "fmcgorenc", - "name": "Mint-XP (GTK3, GTK2 and metacity included)", - "description": "A theme for XP fans" + "name": "Mint-XP", + "description": "A theme for XP fans. (GTK3, GTK2 and metacity included)" }