CertificateSettings: Add missing ellipsis on import/export buttons

This commit is contained in:
Andreas Kling 2023-04-30 14:09:17 +02:00
parent 006d2e6508
commit 676e1c2cdc
Notes: sideshowbarker 2024-07-17 08:45:34 +09:00

View File

@ -24,13 +24,13 @@
@GUI::Button {
name: "import_button"
text: "Import"
text: "Import..."
fixed_width: 80
}
@GUI::Button {
name: "export_button"
text: "Export"
text: "Export..."
fixed_width: 80
enabled: false
}