PR# 11984 Text on many buttons in estudio main window cut off at bottom
Problem Report Summary
Submitter: prestoat2000
Category: EiffelStudio
Priority: Medium
Date: 2007/02/04
Class: Bug
Severity: Non-critical
Number: 11984
Release: 6.0.66451
Confidential: No
Status: Closed
Responsible:
Environment: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.8.1) Gecko/20061228 Firefox/2.0
Solaris 10 on x86
Synopsis: Text on many buttons in estudio main window cut off at bottom
Description
The text of many buttons in the estudio main window is cut off at the bottom, so that letters like "p" and "g" don't display correctly. These buttons include "Pull up", "Compile" and "Undo Refactoring". I'm using gtk-font-name="Arial 18" in case it matters.
To Reproduce
Problem Report Interactions
After revision#66971, SD_NOTEBOOK_TAB, SD_TOOL_BAR, SD_TAB_STUB, SD_TITLE_BAR's height is all base on system font height on Linux. But it's not changed on the fly when system font changed, you have to restart Eiffel Studio. On Linux I have tested font sans 10, and font sans 20, the snapshots is attached. It works fine now. Thanks for your report.
This is not fixed in 66833. A little bit less of the text is cut off, but some is still cut off. For example, part of the "p" in "Pull Up" is not visible. Until the height of buttons is based on characteristics of the font, this problem may be fixed for some fonts but not for all fonts. It is not fixed for "Arial 18" on Solaris 10.
It's fixed after revision 66600. Thanks for the report.