mirror of https://github.com/stella-emu/stella.git
Add ellipsis.
This commit is contained in:
parent
ecad60d86c
commit
a0873b627b
|
@ -73,7 +73,7 @@ void CartridgeELFWidget::initialize()
|
|||
|
||||
WidgetArray wid;
|
||||
|
||||
auto* saveImageButton = new ButtonWidget(_boss, _font, x, y, "Save ARM image", SAVE_ARM_IMAGE_CMD);
|
||||
auto* saveImageButton = new ButtonWidget(_boss, _font, x, y, "Save ARM image" + ELLIPSIS, SAVE_ARM_IMAGE_CMD);
|
||||
saveImageButton->setTarget(this);
|
||||
|
||||
wid.push_back(saveImageButton);
|
||||
|
|
Loading…
Reference in New Issue