Skip to content
Snippets Groups Projects
Commit f6c1c035 authored by Lars Bilke's avatar Lars Bilke
Browse files

Merge branch 'Gui4kSupport' into 'master'

[DE] Added resolution aware scaling for GUI elements

See merge request ogs/ogs!4265
parents 67fbe829 dda335d2
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@ int main(int argc, char* argv[])
auto myOutputWindow = vtkSmartPointer<VtkConsoleOutputWindow>::New();
vtkOutputWindow::SetInstance(myOutputWindow);
QApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
QApplication a(argc, argv);
QApplication::setApplicationName("OpenGeoSys - Data Explorer");
QApplication::setApplicationVersion(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment