소스 검색

Spreadsheet: Make the 'Help' window accessory

Marco Cutecchia 3 년 전
부모
커밋
5f04fb0ece
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Userland/Applications/Spreadsheet/HelpWindow.cpp

+ 1 - 0
Userland/Applications/Spreadsheet/HelpWindow.cpp

@@ -64,6 +64,7 @@ HelpWindow::HelpWindow(GUI::Window* parent)
     resize(530, 365);
     set_title("Spreadsheet Functions Help");
     set_icon(Gfx::Bitmap::try_load_from_file("/res/icons/16x16/app-help.png"));
+    set_accessory(true);
 
     auto& widget = set_main_widget<GUI::Widget>();
     widget.set_layout<GUI::VerticalBoxLayout>();