1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 23:17:45 +00:00

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

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
}