Treinbold: I've tried Orta with GNOME Panel 2/Metacity.  It appears that
what is does is to have a gradient.  The gradient is /not/ scaled but is
simply laid on top of a background that matches the colour of the lowest
row of pixels in the gradient.

In the case of 'Ambiance/gtk-2.0/apps/img/panel.png' the bottom row of
pixels are #32322d, but in the 'Radiance/gtk-3.0/apps/gnome-panel.rc'
configuration file is:

  style "panel"
  {
          ...
          bg_pixmap[NORMAL] = "img/panel.png"
  #       bg[NORMAL] = "#4b4a46"
  }

where as in Orta the code is:

  style "panel"
  {
        xthickness                              = 1
        ythickness                              = 0

        bg_pixmap[NORMAL]                       = "/Panel/panel.png"

        engine "pixmap"
        {
                image
                {
                        function                = FOCUS
                        recolorable             = TRUE
                        file                    = "Fixes/none.png"
                        border                  = { 0, 0, 0, 0}
                        stretch                 = TRUE
                }
        }
  }

In which case, hopefully:

  stretch                 = TRUE

would be enough to do it.


** Changed in: light-themes
     Assignee: (unassigned) => Paul Sladen (sladen)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/532309

Title:
  Light-themes: gnome-panel background does not scale beyond 24 pixels

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to