mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-05 13:37:47 +02:00
* Nicer default images
This commit is contained in:
parent
2db04c9e87
commit
bdf72760eb
@ -33,11 +33,11 @@ Type
|
||||
|
||||
const
|
||||
AllMemberVisibilities = [low(TMemberVisibility)..High(TMemberVisibility)];
|
||||
DefaultRefreshHTML = '⟳';
|
||||
DefaultDetailsHTML = '➡';
|
||||
DefaultRefreshHTML = '⟳';
|
||||
DefaultDetailsHTML = '…'; // '➡';
|
||||
DefaultConfigureHTML = '⚙';
|
||||
DefaultBackHTML = '⬅';
|
||||
DefaultCollapseHTML = '▴';
|
||||
DefaultBackHTML = '⇠'; // '⬅';
|
||||
DefaultCollapseHTML = '▴';
|
||||
|
||||
type
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user