diff options
author | Papoteur <papoteur@mageia.org> | 2025-05-28 20:21:29 +0200 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2025-05-28 20:21:29 +0200 |
commit | 2b27e17fd9e2c2644f2dd989c8688af4cfcc9f23 (patch) | |
tree | 2e3f8a465ab5ae70f0e871dbb40a79e30b62341f | |
parent | ff01697b9768826189d8839a47d6f5a4be12dc5e (diff) | |
download | mageiawelcome-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.py | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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; } """ ) |