mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 10:17:34 +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 {
|
@GUI::Button {
|
||||||
name: "import_button"
|
name: "import_button"
|
||||||
text: "Import"
|
text: "Import..."
|
||||||
fixed_width: 80
|
fixed_width: 80
|
||||||
}
|
}
|
||||||
|
|
||||||
@GUI::Button {
|
@GUI::Button {
|
||||||
name: "export_button"
|
name: "export_button"
|
||||||
text: "Export"
|
text: "Export..."
|
||||||
fixed_width: 80
|
fixed_width: 80
|
||||||
enabled: false
|
enabled: false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue