소스 검색

ImageViewer: Hide the border frame in fullscreen mode

Karol Kosek 4 년 전
부모
커밋
f2d3fcb7cd
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Userland/Applications/ImageViewer/main.cpp

+ 1 - 0
Userland/Applications/ImageViewer/main.cpp

@@ -110,6 +110,7 @@ int main(int argc, char** argv)
     widget.on_doubleclick = [&] {
         window->set_fullscreen(!window->is_fullscreen());
         toolbar_container.set_visible(!window->is_fullscreen());
+        widget.set_frame_thickness(window->is_fullscreen() ? 0 : 2);
     };
 
     // Actions