Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
init
  • Loading branch information
Mpieta authored Jun 16, 2023
1 parent 1854566 commit 409ae62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GUI/MyFrame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ MyFrame::MyFrame(const wxString& title, const std::string& token)
grid->SetColSize(4,122);


wxStaticBoxSizer* horizontalBoxSizer = new wxStaticBoxSizer(wxHORIZONTAL, this, "Selected auction");
wxStaticBoxSizer* horizontalBoxSizer = new wxStaticBoxSizer(wxHORIZONTAL, this, "Selected auction item");
sizer->Add(horizontalBoxSizer, 0, wxEXPAND | wxALL, 10);

wxImage image(56, 56);
Expand Down

0 comments on commit 409ae62

Please sign in to comment.