Version: (using KDE Devel) Installed from: Compiled sources The numbers on the "cells" or point on the kbackgammon board are clipped on the top. This is due to using Font::pointSize() to get the font size, which is not right for a number of displays. My solution is to use the FontMetrics::height() instead.
Created attachment 3820 [details] Fix the reported problem The patch uses FontMetrics::height() to evaluate the font height. It also adds a minimumSizeHint() method to the class. The board drawing code should be made a bit smarter, and the graphics could be fancier, but I'd be glad enough with this applied for the time being.
Patch applied