Fix spacing issues (#12404)

This commit is contained in:
Alexandre Folle de Menezes
2026-02-23 23:31:23 -03:00
committed by GitHub
parent 96be9f94ef
commit ad57020139
27 changed files with 117 additions and 117 deletions

View File

@@ -10680,7 +10680,7 @@ bool Plater::priv::check_ams_status_impl(bool is_slice_all)
: MessageDialog(parent,
_L("The nozzle type and AMS quantity information has not been synced from the connected printer.\n"
"After syncing, software can optimize printing time and filament usage when slicing.\n"
"Would you like to sync now ?"),
"Would you like to sync now?"),
_L("Warning"), 0)
{
add_button(wxID_YES, true, _L("Sync now"));