Skip to content

Commit

Permalink
CBlue/CGreen: Fixed a display bug in workspace names (#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bundy01 authored May 14, 2024
1 parent b7b4d33 commit a0fa088
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions CBlue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Versions

* 2.10: fixed a display bug in workspace names.
* 2.9: fixed two small bugs (in menu and when restarting Cinnamon) and modifications to calendar/notifications and Plank theme.
* 2.8: new wallpaper, add of Plank's theme and minor calendar touch-up + panel.
* 2.7: increase virtual keyboard font.
Expand Down
2 changes: 1 addition & 1 deletion CBlue/files/CBlue/cinnamon/cinnamon.css
Original file line number Diff line number Diff line change
Expand Up @@ -1663,7 +1663,7 @@ StScrollBar StButton#hhandle:hover, StScrollBar StButton#vhandle:hover {
caret-color: rgb(82, 148, 226);
caret-size: 0px;
min-width: 100px;
max-width: 200px;
max-width: 300px;
height: 25px;
}
.expo-workspaces-name-entry#selected {
Expand Down
2 changes: 1 addition & 1 deletion CBlue/files/CBlue/cinnamon/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cinnamon-theme": {
"name": "CBlue",
"author": "Bundy01",
"version": "2.9",
"version": "2.10",
"type": "custom",
"thumbnail": "thumbnail.png",
"url": ""
Expand Down
1 change: 1 addition & 0 deletions CGreen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Versions

* 2.10: fixed a display bug in workspace names.
* 2.9: fixed two small bugs (in menu and when restarting Cinnamon) and modifications to calendar/notifications and Plank theme.
* 2.8: add wallpaper, Plank's theme and minor calendar touch-up + panel.
* 2.7: increase virtual keyboard font.
Expand Down
2 changes: 1 addition & 1 deletion CGreen/files/CGreen/cinnamon/cinnamon.css
Original file line number Diff line number Diff line change
Expand Up @@ -1663,7 +1663,7 @@ StScrollBar StButton#hhandle:hover, StScrollBar StButton#vhandle:hover {
caret-color: rgb(46, 179, 152);
caret-size: 0px;
min-width: 100px;
max-width: 200px;
max-width: 300px;
height: 25px;
}
.expo-workspaces-name-entry#selected {
Expand Down
2 changes: 1 addition & 1 deletion CGreen/files/CGreen/cinnamon/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cinnamon-theme": {
"name": "CGreen",
"author": "Bundy01",
"version": "2.9",
"version": "2.10",
"type": "custom",
"thumbnail": "thumbnail.png",
"url": ""
Expand Down

0 comments on commit a0fa088

Please sign in to comment.