mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-07-05 03:37:40 +00:00
Debug PGN import
This commit is contained in:
parent
ce941c146a
commit
a3c24f27f0
4 changed files with 12 additions and 8 deletions
|
@ -48,7 +48,7 @@ EditorPanel::EditorPanel(wxFrame *parent, Game *game)
|
|||
tag_panel_sizer->Add(tag_edit_panel, 0, wxEXPAND);
|
||||
tags_list = new wxListCtrl(tag_panel, wxID_ANY, wxDefaultPosition,
|
||||
wxDefaultSize, wxLC_REPORT);
|
||||
tags_list->InsertColumn(0, L"Name");
|
||||
tags_list->InsertColumn(0, L"Name", wxLIST_FORMAT_LEFT, 200);
|
||||
tags_list->InsertColumn(1, L"Value", wxLIST_FORMAT_LEFT, 500);
|
||||
RefreshTagsList();
|
||||
tag_panel_sizer->Add(tags_list, 1, wxEXPAND);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue