Skip to content

Commit 60fde94

Browse files
committed
cs_backgrounds: Use font-size instead of font-scale to reduce the
author and size markup. <sub></sub> generates warnings during icon-view updates.
1 parent 6577feb commit 60fde94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/usr/share/cinnamon/cinnamon-settings/modules/cs_backgrounds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@ def _do_load(self, path):
781781
dimensions = "%dx%d" % (pix[1], pix[2])
782782

783783
self._loaded_data_lock.acquire()
784-
self._loaded_data.append((to_load, pix[0], "<b>%s</b>\n<sub>%s%s</sub>" % (label, artist, dimensions), path))
784+
self._loaded_data.append((to_load, pix[0], "<b>%s</b>\n<small>%s%s</small>" % (label, artist, dimensions), path))
785785
self._loaded_data_lock.release()
786786

787787
self._loading_lock.acquire()

0 commit comments

Comments
 (0)