mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.upptst
git-svn-id: svn://ultimatepp.org/upp/trunk@6639 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
23c005bc15
commit
5256bad75f
2 changed files with 7 additions and 2 deletions
|
|
@ -2,3 +2,8 @@ Windows 7:
|
|||
|
||||
Standard: GetRichTextStdScreenZoom() = 102/600
|
||||
SansSerif(8): GetRichTextStdScreenZoom() = 68/600
|
||||
|
||||
X11:
|
||||
|
||||
GetRichTextStdScreenZoom() = 110/600
|
||||
GetRichTextStdScreenZoom() = 73/600
|
||||
|
|
|
|||
|
|
@ -13,8 +13,8 @@ String AsString(const Zoom& m)
|
|||
GUI_APP_MAIN
|
||||
{
|
||||
PromptYesNoCancel("This is an example of prompt Yes No Cancel!");
|
||||
DDUMP(GetRichTextStdScreenZoom());
|
||||
DUMP(GetRichTextStdScreenZoom());
|
||||
SetStdFont(SansSerif(8));
|
||||
PromptYesNoCancel("This is an example of prompt Yes No Cancel after changing font!");
|
||||
DDUMP(GetRichTextStdScreenZoom());
|
||||
DUMP(GetRichTextStdScreenZoom());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue