We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 518cb24 commit 9465c3cCopy full SHA for 9465c3c
src/edlistctrl.cpp
@@ -650,7 +650,7 @@ void PoeditListCtrl::CreateColumns()
650
m_colID = m_colIcon = m_colSource = m_colTrans = nullptr;
651
652
#if defined(__WXMSW__)
653
- int iconWidth = wxArtProvider::GetBitmap("StatusError").GetSize().x + 6 /*wxDVC internal padding*/;
+ int iconWidth = wxArtProvider::GetBitmap("StatusError").GetSize().x + FromDIP(6) /*wxDVC internal padding*/;
654
#else
655
int iconWidth = PX(16);
656
#endif
0 commit comments