mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-06 02:55:49 +03:00
CertificateSettings: Add missing ellipsis on import/export buttons
This commit is contained in:
parent
006d2e6508
commit
676e1c2cdc
Notes:
sideshowbarker
2024-07-17 08:45:34 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/676e1c2cdc
@ -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…
Reference in New Issue
Block a user