mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-31 02:26:29 +03:00
Treat width/height px units as dp in HTML environments for better scaling.
This commit is contained in:
@@ -105,7 +105,7 @@ UTEST( UICodeEditor, DocumentViewStressTest ) {
|
||||
UIApplication app(
|
||||
WindowSettings( 800, 600, "eepp - Stress Test", WindowStyle::Default,
|
||||
WindowBackend::Default, 32 ),
|
||||
UIApplication::Settings( Sys::getProcessPath() + ".." + FileSystem::getOSSlash() ) );
|
||||
UIApplication::Settings( Sys::getProcessPath() + ".." + FileSystem::getOSSlash(), 1 ) );
|
||||
|
||||
auto* editor = UICodeEditor::New();
|
||||
editor->setParent( (Node*)app.getUI() );
|
||||
|
||||
Reference in New Issue
Block a user