Browse Source

update browser title

CPP-GTK4
yggverse 4 months ago
parent
commit
f591398b51
  1. 2
      src/app/browser.h

2
src/app/browser.h

@ -11,7 +11,7 @@ namespace app
{ {
public: public:
const Glib::ustring TITLE = "Basic application"; const Glib::ustring TITLE = "Yoda";
const int WIDTH = 640; const int WIDTH = 640;
const int HEIGHT = 480; const int HEIGHT = 480;

Loading…
Cancel
Save