From a3c24f27f081e49b9a814aba61d298f1d0a5d0fa Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Wed, 23 Feb 2022 18:47:18 +0100 Subject: Debug PGN import --- src/game_tab/editor/EditorPanel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game_tab/editor/EditorPanel.cpp') diff --git a/src/game_tab/editor/EditorPanel.cpp b/src/game_tab/editor/EditorPanel.cpp index 7abe09a..ffc5499 100644 --- a/src/game_tab/editor/EditorPanel.cpp +++ b/src/game_tab/editor/EditorPanel.cpp @@ -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); -- cgit v1.2.3