mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 08:08:12 +00:00
ChanViewer: Show thread subjects in the catalog view
This commit is contained in:
parent
103c2749ce
commit
a416390622
3 changed files with 9 additions and 2 deletions
|
@ -11,7 +11,7 @@ int main(int argc, char** argv)
|
|||
|
||||
auto* window = new GWindow;
|
||||
window->set_title("ChanViewer");
|
||||
window->set_rect(100, 100, 640, 480);
|
||||
window->set_rect(100, 100, 800, 500);
|
||||
window->set_icon(load_png("/res/icons/16x16/app-chanviewer.png"));
|
||||
|
||||
auto* widget = new GWidget;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue