소스 검색

DisplayProperties: Start at top left position for full view at low resoluations.

Hüseyin ASLITÜRK 5 년 전
부모
커밋
22b190e4be
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Applications/DisplayProperties/main.cpp

+ 1 - 0
Applications/DisplayProperties/main.cpp

@@ -12,6 +12,7 @@ int main(int argc, char** argv)
 
     auto window = GWindow::construct();
     window->set_title("Display Properties");
+    window->move_to(100,100);
     window->resize(400, 448);
     window->set_resizable(false);
     window->set_main_widget(instance.root_widget());