mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-24 14:22:40 -06:00
ide: About dialog cosmetics
This commit is contained in:
parent
f1705f2b9c
commit
4f65cedfbe
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ Size SplashCtrl::MakeLogo(Ctrl& parent, Array<Ctrl>& ctrl)
|
|||
if(IsUHDMode())
|
||||
h << "UHD mode\n";
|
||||
v1 = h;
|
||||
v1.HSizePos(DPI(220), DPI(10)).BottomPos(DPI(20), Arial(DPI(20)).GetHeight() * 5);
|
||||
v1.HSizePos(DPI(220), DPI(10)).BottomPos(DPI(20), Arial(DPI(20)).GetHeight() * 6);
|
||||
v1.SetFont(Arial(DPI(10)));
|
||||
v1.SetInk(SColorText());
|
||||
l.Add(v1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue