summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2025-05-28 20:21:29 +0200
committerPapoteur <papoteur@mageia.org>2025-05-28 20:21:29 +0200
commit2b27e17fd9e2c2644f2dd989c8688af4cfcc9f23 (patch)
tree2e3f8a465ab5ae70f0e871dbb40a79e30b62341f
parentff01697b9768826189d8839a47d6f5a4be12dc5e (diff)
downloadmageiawelcome-2b27e17fd9e2c2644f2dd989c8688af4cfcc9f23.tar
mageiawelcome-2b27e17fd9e2c2644f2dd989c8688af4cfcc9f23.tar.gz
mageiawelcome-2b27e17fd9e2c2644f2dd989c8688af4cfcc9f23.tar.bz2
mageiawelcome-2b27e17fd9e2c2644f2dd989c8688af4cfcc9f23.tar.xz
mageiawelcome-2b27e17fd9e2c2644f2dd989c8688af4cfcc9f23.zip
Fix Rpmdrake call and spelling
Remove invalid option margins in stylesheet
-rw-r--r--src/ui.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/ui.py b/src/ui.py
index 2c92800..b4a7091 100644
--- a/src/ui.py
+++ b/src/ui.py
@@ -592,12 +592,12 @@ class InstallSoftware(SlidePage):
button_layout = QHBoxLayout()
button_layout.addStretch(1)
#: Normally, this is not to translate
- button = MyPushButton(_("InstallSoftware", "RPMdrake") + " *")
+ button = MyPushButton(_("InstallSoftware", "Rpmdrake") + " *")
button.clicked.connect(
partial(
self.command,
[
- "/usr/bin/drakconf",
+ "/usr/bin/rpmdrake",
],
)
)
@@ -1102,7 +1102,6 @@ class BreadcrumbItem(QWidget):
color: #2c3e50;
font-size: 12px;
padding: 2px 8px;
- margins: 5px;
}
"""
)