Skip to content

Instantly share code, notes, and snippets.

@jathanism
Created May 14, 2012 23:08
Show Gist options
  • Save jathanism/2698005 to your computer and use it in GitHub Desktop.
Save jathanism/2698005 to your computer and use it in GitHub Desktop.
Components/MainWindow.xml
--- /Users/jathan/Desktop/trav_xml/before/Phoenix/Components/MainWindow.xml 2011-11-11 10:07:56.000000000 -0800
+++ /Users/jathan/Desktop/trav_xml/new/Phoenix/Components/MainWindow.xml 2012-05-14 14:33:30.000000000 -0700
@@ -182,13 +182,12 @@
</Component>
-
- <!--
+ <!--
//////////////////////////////////////////////
// AD
//////////////////////////////////////////////
- -->
- <Component Name="AdView" Class="AdView" MinWidth="234" MinHeight="60" Events="Transparent" Default="Activate" />
+ -->
+ <Component Name="AdView" Class="AdView" MinWidth="234" MinHeight="60" Events="Transparent" Default="Activate" />
<!-- <Component Name="AdViewContainer" Class="Tile" MinHeight="77" MaxHeight="77" Default="Activate" Events="Transparent">
<Images State="Normal">
@@ -197,6 +196,7 @@
<Image Type="TopRight">xfiread_container_right</Image>
</Images>
</Component> -->
+
@@ -1014,7 +1014,7 @@
<Trigger Type="OnLeftButtonDown">ShowNotifications</Trigger>
<Trigger Type="OnLeftButtonDown">GroupMessage(8765)</Trigger>
<Trigger Type="OnShowNotifications">GroupMessage(8765)</Trigger>
- <!-- <Trigger Type="OnNewNotification">Animate(Type=Repeat,Delay=7,Repeat=-1,Action=1)</Trigger> -->
+ <Trigger Type="OnNewNotification">Animate(Type=Repeat,Delay=7,Repeat=-1,Action=1)</Trigger>
</Triggers>
<Images State="Normal">
<Image Type="Middle">button_notifications_tab_norm</Image>
@@ -1023,29 +1023,26 @@
<Image Type="Middle">button_notifications_tab_hover</Image>
</Images>
<Images State="Down">
- <Image Type="Middle">button_notifications_tab_down</Image>
+ <Image Type="Middle">button_notifications_tab_new</Image>
</Images>
</Component>
- <Component Name="ButtonNotificationsTabControl" Class="TabControl" MinWidth="26" MaxWidth="26" MinHeight="24" MaxHeight="24" Stretch="ToContent" GroupId="12" ControlGroupId="12" Events="Transparent">
+ <!-- <Component Name="ButtonNotificationsTabControl" Class="TabControl" Stretch="ToContent" GroupId="12" ControlGroupId="12" Events="Transparent">
<Triggers>
<Trigger Type="OnNotificationsVisited">GroupMessage(0)</Trigger>
<Trigger Type="OnNewNotification">GroupMessage(1)</Trigger>
</Triggers>
- <!-- <Images State="Normal">
+ <Images State="Normal">
<Image Type="Middle">button_notifications_tab_norm</Image>
</Images>
- <Images State="Hover">
- <Image Type="Middle">button_notifications_tab_hover</Image>
- </Images>
- <Images State="Down">
- <Image Type="Middle">button_notifications_tab_new</Image>
- </Images> -->
</Component>
<Component Name="ButtonNotificationsTabVisited" Class="Tile" Stretch="ToContent" Events="Transparent">
<Images State="Normal">
- <Image Type="Middle">transparent</Image>
+ <Image Type="Middle">button_notifications_tab_norm</Image>
+ </Images>
+ <Images State="Hover">
+ <Image Type="Middle">button_notifications_tab_hover</Image>
</Images>
<Images State="Hover">
<Image Type="Middle">button_notifications_tab_norm</Image>
@@ -1057,8 +1054,12 @@
<Image Type="Middle">button_notifications_tab_new</Image>
</Images>
<Images State="Hover">
+ <Image Type="Middle">button_notifications_tab_hover</Image>
+ </Images>
+ <Images State="Hover">
<Image Type="Middle">button_notifications_tab_new</Image>
</Images>
- </Component>
+ </Component> -->
<!--[END] Tab Switching Buttons -->
+
</Components>
\ No newline at end of file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment