mirror of https://gitlab.com/pamhyr/pamhyr2
WaitingDialog: Minor change.
parent
c4e1a4c485
commit
63657151ea
|
|
@ -59,7 +59,11 @@ class WaitingDialog(PamhyrDialog):
|
||||||
|
|
||||||
_spin_set = [
|
_spin_set = [
|
||||||
"-\\|/",
|
"-\\|/",
|
||||||
["", "", ".", ".", "..", "..", "...", "..."],
|
[" ", " ",
|
||||||
|
". ", ". ",
|
||||||
|
".. ", ".. ",
|
||||||
|
"...", "..."],
|
||||||
|
["o ", " o ", " o ", " o", " o ", " o "],
|
||||||
"▖▘▝▗",
|
"▖▘▝▗",
|
||||||
"◢◣◤◥",
|
"◢◣◤◥",
|
||||||
"◐◓◑◒",
|
"◐◓◑◒",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue