sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #56995
Re: [Question #696153]: Font for select -Combo
Question #696153 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/696153
Status: Open => Answered
RaiMan proposed the following answer:
ok, that is HTML behaviour: multiple blanks are collapsed to one blank.
Sorry, did not realise it.
so:
newItems = ["<html><font face='monospaced'>" + item.replace(" ", " ") for item in items]
the HTML-constant will be respected and finally result in a
blank.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.