summaryrefslogtreecommitdiff
path: root/alf/alflabel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'alf/alflabel.cpp')
-rw-r--r--alf/alflabel.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/alf/alflabel.cpp b/alf/alflabel.cpp
index 0a18a54..e7550e4 100644
--- a/alf/alflabel.cpp
+++ b/alf/alflabel.cpp
@@ -9,8 +9,7 @@ int ALF__LabelTopPadding(HWND hwnd)
// see also: alfedit.cpp
return ALF_Compat_GetSystemMetricsForDpi(
SM_CYEDGE, ALF_CentipointsToPixels(GetParent(hwnd), 7200))
- + ((LOBYTE(LOWORD(GetVersion())) < 4) ? 2 : 1) /* internal padding in edit control */
- + 1 /* external padding around edit control */;
+ + ((LOBYTE(LOWORD(GetVersion())) < 4) ? 2 : 1) /* internal padding in edit control */;
}
static LRESULT CALLBACK