Getting main menu height of the form for Linux

Issue #298 new
Alex Egorov created an issue

I’m use this code to get height of the main menu:

Height := GetSystemMetrics(SM_CYMENU);

Height = 20 on Ubuntu 20 and CentOS 9,

but actual value on Ubuntu is 25 and 27 on CentOS

Comments (0)

  1. Log in to comment