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:
parent
006d2e6508
commit
676e1c2cdc
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue