Skip to content

Commit

Permalink
TextEditor: Fix window title when starting with an empty document.
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomekling committed May 27, 2019
1 parent ca4d65b commit 4040c61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Applications/TextEditor/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ int main(int argc, char** argv)
GApplication app(argc, argv);

auto* window = new GWindow;
window->set_title("Text Editor");
auto* widget = new GWidget;
widget->set_layout(make<GBoxLayout>(Orientation::Vertical));
widget->layout()->set_spacing(0);
Expand Down

0 comments on commit 4040c61

Please sign in to comment.