summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2025-05-28 20:25:27 +0200
committerPapoteur <papoteur@mageia.org>2025-05-28 20:25:27 +0200
commit86841af4d61c5c5bfee33ced445757891c5fdc2c (patch)
tree3469f66e268be6e47423d73ec7d47d5bba87659c /src
parent2b27e17fd9e2c2644f2dd989c8688af4cfcc9f23 (diff)
downloadmageiawelcome-86841af4d61c5c5bfee33ced445757891c5fdc2c.tar
mageiawelcome-86841af4d61c5c5bfee33ced445757891c5fdc2c.tar.gz
mageiawelcome-86841af4d61c5c5bfee33ced445757891c5fdc2c.tar.bz2
mageiawelcome-86841af4d61c5c5bfee33ced445757891c5fdc2c.tar.xz
mageiawelcome-86841af4d61c5c5bfee33ced445757891c5fdc2c.zip
fix border-radius property
Diffstat (limited to 'src')
-rw-r--r--src/ui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.py b/src/ui.py
index b4a7091..78fbfd2 100644
--- a/src/ui.py
+++ b/src/ui.py
@@ -980,7 +980,7 @@ class ApplistItem(QWidget, Commands):
"""
QWidget {
background-color: "#FF4C4C";
- radius: 3
+ border-radius: 3
}
QLabel {
color: white;