Menubar Font Size

JDevloper 9.0.3_1 on Windows 2000 Pro
I edited the ide.properties file:
-added: Ide.FontSize=16
-commented out all other font lines.
But no matter what I try I can not get the menubar and panel to change from its default small font?
Thanks for any info/help

This is the right approach. Are you changing the ide.properties file in [jdev_home]\jdev\system? There's also an ide.properties file in [jdev_home]\jdev\multi\system which will have no effect.
-- JDev Team (Brian)

Similar Messages

  • Kde5 application (ex: kate) menubar font size

    After the last kde update and the start of migration from kde4 to kde5, I've some replaced kde4  application with their kde5 counterpart (example: kate).
    The problem is that I can't change the font in the menubar with systemsettings. The font change are applied to kde4 application but not in kde5 application.
    There is a way to change the global font size for the kde5 applications?
    Thanks

    Your assumptions are right. Thx for help, but I don't have "fonts" module. How can install?
    virgolus@santech:~$ kcmshell5 fonts
    Could not find drkonqi at /usr/lib/drkonqi
    kf5.kservice.sycoca: Trying to open ksycoca from "/home/virgolus/.cache/ksycoca5"
    Could not find module 'fonts'. See kcmshell5 --list for the full list of modules
    Modules installed on my system:
    virgolus@santech:~$ kcmshell5 --list
    Could not find drkonqi at /usr/lib/drkonqi
    The following modules are available:
    kf5.kservice.sycoca: Trying to open ksycoca from "/home/virgolus/.cache/ksycoca5"
    cache - Configure web cache settings
    cookies - Configure the way cookies work
    filetypes - Configure file associations
    kcm_activities - Configure the activities system
    kcm_ssl - SSL Versions and Certificates
    kcmtrash - Configure trash settings
    netpref - Configure generic network preferences, like timeout values
    proxy - Configure the proxy servers used
    smb - Use to configure which windows (SMB) filesystems you can browse
    useragent - Configure the way Konqueror reports itself
    webshortcuts - Configure web shortcuts

  • How increase font size in safari?

    Not the text size in windows but how increase the font size of the bookmarks menu bar and the size of the url display

    Those can't be increased directly without increasing the menubar font size and decreasing the amount of available real estate for windows to be portrayed on all programs. You have a couple of built-in options:
    1. Apple menu -> System Preferences -> Displays -> change to a lower resolution.
    2. Apple menu -> System Preferences -> Universal Access -> change magnification.
    Other options on http://www.versiontracker.com/ or http://www.macupdate.com/ may exist in the public domain.

  • Firefox and fraction font sizes

    Today I was experimenting with GTK font sizes, and noticed that my new least-favorite app doesn't even handle that correctly.
    Check this out:
    Exhibit A: GTK font size 7
    Exhibit B: GTK font size 7.5
    Notice how the font in Thunar's menu changed and Firefox's didn't? Through testing 7.9 as a font size I came to the conclusion that it isn't even rounding to the nearest integer, just outright ignoring the decimals.
    Is there a solution for this?

    augustob wrote:Is there a solution for this?
    Yes, but you won't like it. Crack open your UserChrome.css file (in ~/.mozilla/firefox/<garbage>.default/chrome/) and do something like this:
    .chromeclass-menubar {
    font-size: 10pt !important;
    EDIT: To set the default font size for everything (not just the menu bar), use "*" instead of ".chromeclass-menubar".

  • Menubar font

    How can I enlarge the menubar font? Recently I bought 27" imac. Then I found that menubar font size is smaller in 27" than that of 24" imac. Is it possible to change the menubar font size?

    No. All you can do is reduce the resolution or examine the settings in Universal Access->Seeing. TinkerTool 3.96 allows you to change some font settings, but I don't see menu bar as one of them.

  • Change default font size

    Hi there!
    I have a problem with my macbook pro MC700. I got 23' monitor, keyboard and mouse connected to it, but system fonts are too small and it's hard to read em, how can I change font size? In windows7 even default fonts are bigger and there is an option to control em making even bigger for easy read and so on, where these settings in mac os x 10.6.8?

    For things like filenames, you can adjust that in the View Options screen for the Desktop or any active folder. You can access View Options via the View menu, or by pressing Command-J
    There is no setting to adjust the size of the font used in the menubar.
    Some programs allow you to adjust default font settings - check in the Preferences for each program for that setting.

  • Menu font size

    I have so much stuff in my menu bar that some of it gets hidden when I use applications with many menu items across the top (i.e. Firefox). Is there a way to reduce the font-size on the menus to make room for my other menubar items?
    -marc

    Well, there is the basic stuff: Battery status, Switch Users, Volume control, Spotlight.
    And the following that I run: MenuCalenderClock, Butler, Wifi Indicator, MenuMeters.
    I'm running out of space up there and the menu fonts could be smaller. I imagine it can be done....?

  • How can I add more than one same spry menu (eg. collapsible menu)  with in different styles (font size, color, background, etc) on current page?

    How can I add more than one same spry menu (eg. collapsible menu)  with in different styles (font size, color, background, etc) on current page?

    Hi Nancy,
    This screenshot was only for imagination. A part of the code (not all) is below.  In the code there are some background images but they are not seem in live mode.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title></title>
    <link href="css/my_site.css" rel="stylesheet" type="text/css" />
    <link href="SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css"/>
    <link href="SpryAssets/SpryCollapsiblePanel.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryCollapsiblePanel.js" type="text/javascript"></script>
    <style>
    #CollapsiblePanel1 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-color: #003366;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel1 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        line-height: 52px;
    #CollapsiblePanel1 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        line-height: 52px;
    #CollapsiblePanel2 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/international.jpg);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel2 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel2 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel2 .CollapsiblePanelContent {
        background-color: blue;
    #CollapsiblePanel3 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel3 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel3 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel4 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel4 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel4 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel5 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel5 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel5 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    </style>

  • How to change font size in iCal

    How do I change the font size in iCal?  When I go to print the monthly calendar, it is so small I can't read it.  But for the life of me I can't find where to change the size!

    earlnkids,
    The text size selection should be available in the first page of the iCal print options:

  • How does one change the font size for folders and/or file lists in the Bookmarks Library?

    How does one change the font size for folders and/or file lists in the '''Bookmarks''' Library?
    Since the upgrade to version 9.0.1 of Firefox, the Bookmarks feature changes are confusing me. They seem to be confusing themselves as well. The list of bookmarks has changed. The font size is so small that my aging eyes cannot read it without fogging the screen with my breath. Some folders are out of alphabetical order (where I know they were previously good), and some are missing altogether (folders to which I frequently add references).
    As for missing or deranged files or folders, was there something that I should have done or now need to do to recover those after the upgrade (or before)?
    With regard to font size,
    1. there is no “Edit Bookmarks” or like option to edit the list in this version
    2. the “zoom” option in the “view” list of functions is greyed out when in “Show All Bookmarks” window
    3. expanding the browser window has no effect on font size
    4. “Preferences” settings for font size has no effect in that window either, including advanced settings
    5. “Help” offers none that I can find.
    Can any of you Help?!?

    Maybe this extension helps:
    *Theme Font & Size Changer: https://addons.mozilla.org/firefox/addon/theme-font-size-changer/

  • How do I edit font size in acrobat 8?

    I am trying to make edits to the font and font size in acrobat 8. I have clicked on the text toolbar under advanced editing and selected my text. All of the forums I have read say to right click on that text and select "properties." When I right click, my acrobat does NOT give me the option for properties. The closest option is "text style" which does not give me any font or font size options - only bold, underline, etc. Can anyone assist me in where I ca find these options or why it is not giving me the "properties" option?

    Select the text and type ctrl-e

  • Edit font size standard report

    Hello community,
    I try to edit the font size of a standard report but I can't find any menu within APEX to edit this reports.
    I also tried to edit it within the SQL with '< f o n t s i z e=130%">' || ... || '</ f o n t >' but this did not work.
    Can anybody help me? Is there a menu which lists all the standard reports and where is the chance to edit this?
    Or is there any other chance?
    Thank you so much,
    Lisa :-)

    Hi Lisa,
    The font is defined in the style sheet (css file) that is referenced in the Page Template. You can override the style by adding your own style (with the same name as used by the columns in the report - you can check that using Firefox+Firebug or the Developer Tools in Chrome) after the APEX standard CSS. You can also put this CSS in your Report Template or in your Page (if it's only for one specific page).
    A good practice is not to include CSS or HTML in your SQL query. Because SQL is logic and HTML/CSS is presentation and these two shouldn't be mixed up.
    Roel

  • Edit bookmarks font size

    Safari 7 had the right size font for the edit bookmarks page, but Safari 8 uses several sizes larger font which throws the list of folder off the bottom of the page and moving individual links is tedious as you have to hold it to the top or bottom if the folder is off the display. I would like to reset it to the size used with Safari 7. Is there a setting for it or a way to resize the font when I open the page?

    Unfortunately, the font size cannot be modified in Safari but there are some alternatives.
    1.  Try a different display resolution. Open System Preferences > Displays > Display > Scaled
    2.  Try Zoom in System Preferences > Accessibility

  • Look-up font size

    When I look up a word in the dictionary, is there any way to increase the font size of the dictionary? It is very small indeed.

    There are no user-level adjustments, but you can experiment with
    /Library/Dictionaries/Oxford Dictionary of English.dictionary/Contents/DefaultStyle.css
    to increase the Dictionary font size. Here's an explanation for Mavericks:
    https://discussions.apple.com/message/25897288
    I'd guess Yosemite's Dictionary is similar. Apple hasn't changed Dictionary much in years.
    By the way, make sure that you have a backup before you begin to tinker. If something goes horribly amiss, a backup will make recovery much simpler.

  • Font size UI Files panel

    I'm using Dreamweaver on a Mac with a 22" monitor and the
    font size of the files panel is really small. I can hardly read the
    file names. Is it possible to change the font size of the user
    interface like you can in Photoshop (Preferences -> Interface
    -> UI Text Options)?
    Thanks

    Thanks- I was afraid of that .  Amazing with this large state of the art
    IMAC monitor the font is so small in the files panel and can't be changed.
    It is much larger and more proportional in   Dreamweaver CS5 on my old
    dinosaur PC

Maybe you are looking for

  • How to install oracle 9i report server on sun sparc 280 system

    hello to all may i get any help to install report server on the sun sparc 280 R system which is running oracle 9i database,forms and reports thanks in adv. Mohan

  • Cisco VPN client crashes with Error 51 on Intel Mac Mini

    I am in the process of migrating from XP to Tiger on a brand-new Mac Mini (Intel Duo). Now I am stuck: I use v 4.8.00 of the Cisco VPN client supplied by my university's IT dept. to connect to the Campus intranet. I have been unable to succesfully us

  • AirPlay mirroring from Apple devices to Apple TV not working

    Hello, I just bought a Apple TV (3rd gen) the other day. I updated it to the newest firmware, but I still cant use AirPlay. I have a Macbook Pro (mid 2012) on mountain lion, a iPad 2 (ios 6.0.1), and a iTouch 4th gen (6.0.1), but I cant seem to get a

  • Report server - waiting in the queue

    After launching 10 reports in a short time (DESTYPE=printer) the tenth stay current in the queue and can't be deleted until the time out. My environnement is IAS10G / HPUX report server 9.0.4.2.0 regards.

  • ORACLE APPLICATIONS 11I에서 사용하는 TEMPORARY DIRECTORY 설정을 변경하는 방법

    제품 : AOL 작성날짜 : 2004-11-25 ORACLE APPLICATIONS 11I에서 사용하는 TEMPORARY DIRECTORY 설정을 변경하는 방법 ============================================================== PURPOSE Oracle Applications 11i에서 사용하는 Temporary Directory의 설정을 변경하고자할 때, 어떤 값들을 변경해야 하는지에 대한 답변입