This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 156103 - too small font
Summary: too small font
Status: RESOLVED DUPLICATE of bug 32667
Alias: None
Product: platform
Classification: Unclassified
Component: Help System (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Victor Vasilyev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-27 20:49 UTC by wbrana
Modified: 2009-04-10 23:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (30.56 KB, image/png)
2008-12-27 20:51 UTC, wbrana
Details

Note You need to log in before you can comment on or make changes to this bug.
Description wbrana 2008-12-27 20:49:28 UTC
Help window is using too small font, when global font height is set to 8.

options:
--laf com.sun.java.swing.plaf.gtk.GTKLookAndFeel -J-Dnetbeans.useTheme=true

.gtkrc:

style "default"
{
  bg[NORMAL] = { 0.498, 0.498, 0.498 }
  bg[SELECTED] = { 0.749, 0.749, 0.749 }
  bg[INSENSITIVE] = { 0.498, 0.498, 0.498 }
  bg[ACTIVE] = { 0.412, 0.412, 0.412 }
  bg[PRELIGHT] = { 0.498, 0.498, 0.498 }

  base[NORMAL] = { 0.627, 0.627, 0.627 }
  base[SELECTED] = { 0.749, 0.749, 0.749 }
  base[INSENSITIVE] = { 0.498, 0.498, 0.498 }
  base[ACTIVE] = { 0.749, 0.749, 0.749 }
  base[PRELIGHT] = { 0.749, 0.749, 0.749 }

  text[NORMAL] = { 0.000, 0.000, 0.000 }
  text[SELECTED] = { 0.000, 0.000, 0.000 }
  text[INSENSITIVE] = { 0.412, 0.412, 0.412 }
  text[ACTIVE] = { 0.000, 0.000, 0.000 }
  text[PRELIGHT] = { 0.000, 0.000, 0.000 }

  fg[NORMAL] = { 0.000, 0.000, 0.000 }
  fg[SELECTED] = { 0.000, 0.000, 0.000 }
  fg[INSENSITIVE] = { 0.412, 0.412, 0.412 }
  fg[ACTIVE] = { 0.000, 0.000, 0.000 }
  fg[PRELIGHT] = { 0.000, 0.000, 0.000 }
}

class "*" style "default"

gtk-alternative-button-order = 1

style "ToolTip"
{
  bg[NORMAL] = { 1.000, 1.000, 0.863 }
  base[NORMAL] = { 1.000, 1.000, 0.863 }
  text[NORMAL] = { 0.000, 0.000, 0.000 }
  fg[NORMAL] = { 0.000, 0.000, 0.000 }
}

widget "gtk-tooltip" style "ToolTip"
widget "gtk-tooltips" style "ToolTip"

style "MenuItem"
{
  bg[PRELIGHT] = { 0.749, 0.749, 0.749 }
  fg[PRELIGHT] = { 0.000, 0.000, 0.000 }
}

class "*MenuItem" style "MenuItem"

gtk-font-name = "Helvetica 8"
Comment 1 wbrana 2008-12-27 20:51:49 UTC
Created attachment 75327 [details]
screenshot
Comment 2 Alexei Mokeev 2009-03-05 13:57:33 UTC
Moving JH issues to Victor.
Comment 3 Victor Vasilyev 2009-03-23 20:16:59 UTC
It has been reproduced on Fedora platform.
To understand where and how it can be fixed an additional investigation is required.
Comment 4 Victor Vasilyev 2009-04-10 23:31:17 UTC
This issue is the same as the Issue #32667 , but with another L&F.

*** This issue has been marked as a duplicate of 32667 ***