mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-07 19:57:45 +03:00
CrashReporter: Add ellipsis (...) to "Save Backtrace" button
Since you must provide a file name before saving occurs, this button should have an ellipsis.
This commit is contained in:
parent
d18c25e973
commit
b480f02117
Notes:
sideshowbarker
2024-07-17 08:29:06 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/b480f02117
@ -93,7 +93,7 @@
|
|||||||
|
|
||||||
@GUI::DialogButton {
|
@GUI::DialogButton {
|
||||||
name: "save_backtrace_button"
|
name: "save_backtrace_button"
|
||||||
text: "Save Backtrace"
|
text: "Save Backtrace..."
|
||||||
fixed_width: 160
|
fixed_width: 160
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user