diff options
Diffstat (limited to '')
-rw-r--r-- | CPP/7zip/UI/FileManager/SystemPage.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CPP/7zip/UI/FileManager/SystemPage.cpp b/CPP/7zip/UI/FileManager/SystemPage.cpp index 09d8a72..efa98a8 100644 --- a/CPP/7zip/UI/FileManager/SystemPage.cpp +++ b/CPP/7zip/UI/FileManager/SystemPage.cpp | |||
@@ -171,7 +171,7 @@ bool CSystemPage::OnInit() | |||
171 | 171 | ||
172 | _listView.SetImageList(_imageList, LVSIL_SMALL); | 172 | _listView.SetImageList(_imageList, LVSIL_SMALL); |
173 | 173 | ||
174 | _listView.InsertColumn(0, LangString(IDS_PROP_FILE_TYPE), 72); | 174 | _listView.InsertColumn(0, LangString(IDS_PROP_FILE_TYPE), 80); |
175 | 175 | ||
176 | UString s; | 176 | UString s; |
177 | 177 | ||
@@ -206,7 +206,7 @@ bool CSystemPage::OnInit() | |||
206 | 206 | ||
207 | LV_COLUMNW ci; | 207 | LV_COLUMNW ci; |
208 | ci.mask = LVCF_TEXT | LVCF_FMT | LVCF_WIDTH | LVCF_SUBITEM; | 208 | ci.mask = LVCF_TEXT | LVCF_FMT | LVCF_WIDTH | LVCF_SUBITEM; |
209 | ci.cx = 128; | 209 | ci.cx = 152; |
210 | ci.fmt = LVCFMT_CENTER; | 210 | ci.fmt = LVCFMT_CENTER; |
211 | ci.pszText = s.Ptr_non_const(); | 211 | ci.pszText = s.Ptr_non_const(); |
212 | ci.iSubItem = 1; | 212 | ci.iSubItem = 1; |