[PATCH 3/3] comctl32/datetime: Implement DTM_GETIDEALSIZE message.
March 19, 2018
8:17 a.m.
Fix https://bugs.winehq.org/show_bug.cgi?id=44680 Signed-off-by: Zhiyi Zhang <zzhang(a)codeweavers.com> --- dlls/comctl32/datetime.c | 55 ++++++++++++++++++++++++++++++++++++++++++ dlls/comctl32/tests/datetime.c | 41 +++++++++++++++++++++++++++++++ include/commctrl.h | 2 ++ 3 files changed, 98 insertions(+)
March 2018
11:25 a.m.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
+· /* Add space between controls for them not to get too close */ +· size->cx += 12; +· size->cy += 4; This is not ideal (no pun intended), and better be using some font metrics too, or system metrics, that scale with current resolution. But it's good enough for now probably.
2930
Age (days ago)
2930
Last active (days ago)
1 comments
2 participants
participants (2)
-
Nikolay Sivov -
Zhiyi Zhang