Jump to content

Background opacity/background filter?


dave byrd

Recommended Posts

You'd just need to alter the inset from the top of the page. Presuming you're using the version from the base skin, in the global panels.xml file just change the padding container height (I think it's set at 171 at the moment) to something a bit less. Not sure about that blue line.

Link to post
Share on other sites

It would be the titlebar i'd need to play around with wouldn't it?

In global panels.xml if i modify the gap value like so:

<layout class="arrange_vertical_attachment" alignment="top, extend" gap="-20" offset="0"/>

<layout class="stick_to_sides_attachment" alignment="all" inset="0"/>

It does this:

68692868.png

??

Link to post
Share on other sites

If you've done it the way the base skin with better background support works then you'll have this at the top of your global panels.xml file:


<!-- this file lists the global panels that should be installed -->
<panel name="global panels" version="1.0">


<!--backgrounds-->
<container>
<layout class="arrange_vertical_attachment" alignment="top, extend" gap="0" offset="0"/>
<layout class="stick_to_sides_attachment" alignment="all" inset="0"/>

<!-- top padding -->
<container height="170"/>

<container>
<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0"/>

<!-- background picture - covers entire screen -->
<widget class="background" file="backgrounds/default">
	<layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
	<attachment class="test_global_attachment" get_property="bgnd" mode="1" set_property="hidn" skip_if_null="false" skip_if_resetting="false"/>
</widget>

<widget class="background" file="backgrounds/default" hidden="true">
	<layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
	<attachment class="get_global_attachment" get_property="bgnd" set_property="file" skip_if_null="false"/>
	<attachment class="test_global_attachment" get_property="bgnd" mode="0" set_property="hidn" skip_if_null="false" skip_if_resetting="false"/>
</widget>

<container class="plain_box" appearance="bgoverlay/paper">
<layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
</container>
</container>

 </container>

 <!-- Panels Box -->
 <!-- Contains global panels - also the container for the screen -->
 <container id="pnls">

...etc

You just need to edit the container height bit:

<!-- top padding -->
<container height="170"/>

Reduce that number a bit and you're sorted.

Link to post
Share on other sites

  • 2 months later...

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...