<div dir="rtl"><div dir="ltr">Hello,<br></div><div dir="ltr"><br>I am solving now the issue <a href="http://bugs.scribus.net/view.php?id=12154">http://bugs.scribus.net/view.php?id=12154</a> .<br></div><div dir="ltr"><br>As it is explained that Adjust Frame Height to Text does not work probably if the text in the middle or in the bottom. I found a function in pageitem_textframe.cpp called setTextFrameHeight() . This function receive maxY as new height and reduce the frame height. <br><br></div><div dir="ltr">I suggested to get two variables (one for the height from the beginning of the frame to the last line of the text and the other from the beginning of the frame to the first character in the text) and subtract them to get the proper height.<br><br>I added a variable that get the height to the last line in the text but still I couldn’t find a way to get the height from the beginning of the frame to the first character of the text. can you give me an idea how to do it.  <br></div><div dir="ltr"><br></div><div dir="ltr">Ibrahim..<br></div></div>