From: <hor...@us...> - 2013-03-20 19:11:49
|
Revision: 4551 http://sourceforge.net/p/mp-plugins/code/4551 Author: horned-reaper Date: 2013-03-20 19:11:46 +0000 (Wed, 20 Mar 2013) Log Message: ----------- Modified Paths: -------------- trunk/plugins/FritzBox/FritzBox/Skin/Titan/FritzManager.xml Added Paths: ----------- trunk/plugins/FritzBox/FritzBox/docs/ trunk/plugins/FritzBox/Tools/FritzBoxConfigTester/obj/Debug/TempPE/ trunk/plugins/FritzBox/Tools/FritzBoxDebugger/bin/x86/ trunk/plugins/FritzBox/Tools/FritzBoxDebugger/bin/x86/Debug/ trunk/plugins/FritzBox/Tools/FritzBoxDebugger/obj/Debug/TempPE/ trunk/plugins/FritzBox/Tools/FritzBoxDebugger/obj/x86/ trunk/plugins/FritzBox/Tools/FritzBoxDebugger/obj/x86/Debug/ trunk/plugins/FritzBox/Tools/FritzBoxDebugger/obj/x86/Debug/TempPE/ Modified: trunk/plugins/FritzBox/FritzBox/Skin/Titan/FritzManager.xml =================================================================== --- trunk/plugins/FritzBox/FritzBox/Skin/Titan/FritzManager.xml 2013-03-20 19:06:09 UTC (rev 4550) +++ trunk/plugins/FritzBox/FritzBox/Skin/Titan/FritzManager.xml 2013-03-20 19:11:46 UTC (rev 4551) @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<?xml version="1.0" encoding="utf-8" standalone="yes"?>f <window> <id>464554871</id> <defaultcontrol>50</defaultcontrol> @@ -6,30 +6,30 @@ <define>#header.label:FRITZ!Box Manager</define> <define>#header.hover:hover_fritzbox.png</define> <controls> - <import>common.fritz.xml</import> - <import>common.time.xml</import> - <control> - <description>Default background</description> - <type>image</type> - <id>0</id> - <posX>0</posX> - <posY>0</posY> - <width>1920</width> - <height>1080</height> - <texture>hover_fritzbox.png</texture> - <shouldCache>true</shouldCache> + <import>common.fritz.xml</import> + <import>common.time.xml</import> + <control> + <description>Default background</description> + <type>image</type> + <id>0</id> + <posX>0</posX> + <posY>0</posY> + <width>1920</width> + <height>1080</height> + <texture>hover_fritzbox.png</texture> + <shouldCache>true</shouldCache> </control> <control> - <description>Shaddow behind facadeview</description> - <type>image</type> - <id>0</id> - <posX>770</posX> - <posY>300</posY> - <width>1130</width> - <height>670</height> - <texture>info_bg.png</texture> - <animation effect="fade" time="250">WindowOpen</animation> - <animation effect="fade" time="250">WindowClose</animation> + <description>Shaddow behind facadeview</description> + <type>image</type> + <id>0</id> + <posX>770</posX> + <posY>300</posY> + <width>1130</width> + <height>670</height> + <texture>info_bg.png</texture> + <animation effect="fade" time="250">WindowOpen</animation> + <animation effect="fade" time="250">WindowClose</animation> </control> <control> <description>Action menu</description> @@ -58,7 +58,7 @@ <colorDiffuse>fffffffff</colorDiffuse> </control> <control> - <description>group element</description> + <description>Group element</description> <type>group</type> <visible>!Control.HasFocus(50)</visible> <posX>40</posX> @@ -137,4 +137,4 @@ <animation effect="fade" time="250">WindowClose</animation> </control> </controls> -</window> \ No newline at end of file +</window> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |