summaryrefslogtreecommitdiff
path: root/alf/alflabel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'alf/alflabel.cpp')
-rw-r--r--alf/alflabel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/alf/alflabel.cpp b/alf/alflabel.cpp
index 8627378..a5165af 100644
--- a/alf/alflabel.cpp
+++ b/alf/alflabel.cpp
@@ -19,7 +19,7 @@ ALF__LabelTopPadding(HWND hwnd, ALFLabelPriv *priv)
// see also: alfedit.cpp
return ALF_Compat_GetSystemMetricsForDpi(
SM_CYEDGE, (UINT)priv->dpi)
- + (!ALF_Compat_IsMinWindowsVersion(4, 0) ? 2 : 1) /* internal padding in edit control */;
+ + 1 /* internal padding in edit control */;
}
static int