Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7918


Ignore:
Timestamp:
Feb 19, 2011, 7:52:57 PM (13 years ago)
Author:
landauf
Message:

added a new image for the menu button to separate buttons that are highlighted by the mouse (pressed when clicking the mouse) and buttons selected by the keyboard (pressed when hitting enter) since these two modes may overlap

Location:
data/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • data/trunk/gui/imagesets/TaharezGreenLook.imageset

    r7369 r7918  
    11<?xml version="1.0" ?>
    22<Imageset Name="TaharezGreenLook" Imagefile="TaharezGreenLook.png" NativeHorzRes="800" NativeVertRes="600" AutoScaled="true">
    3     <Image Name="ClientBrush" XPos="2" YPos="2" Width="64" Height="64" />
    4     <Image Name="GenericBrush" XPos="9" YPos="71" Width="1" Height="1" />
     3        <Image Name="ClientBrush" XPos="2" YPos="2" Width="64" Height="64" />
     4        <Image Name="GenericBrush" XPos="9" YPos="71" Width="1" Height="1" />
    55        <Image Name="WindowLeftEdge" XPos="6" YPos="95" Width="1" Height="22" XOffset="4" />
    66        <Image Name="WindowRightEdge" XPos="34" YPos="95" Width="1" Height="22" XOffset="-5" />
     
    1717        <Image Name="ButtonMiddlePushed" XPos="82" YPos="38" Width="12" Height="16" />
    1818        <Image Name="ButtonRightPushed" XPos="96" YPos="38" Width="12" Height="16" />
    19         <Image Name="ButtonLeftHighlight" XPos="68" YPos="56" Width="12" Height="16" />
    20         <Image Name="ButtonMiddleHighlight" XPos="82" YPos="56" Width="12" Height="16" />
    21         <Image Name="ButtonRightHighlight" XPos="96" YPos="56" Width="12" Height="16" />
     19        <Image Name="ButtonLeftHighlight" XPos="68" YPos="56" Width="15" Height="16" />
     20        <Image Name="ButtonMiddleHighlight" XPos="83" YPos="56" Width="10" Height="16" />
     21        <Image Name="ButtonRightHighlight" XPos="93" YPos="56" Width="15" Height="16" />
     22        <Image Name="ButtonLeftSelected_" XPos="123" YPos="76" Width="15" Height="16" />
     23        <Image Name="ButtonMiddleSelected_" XPos="138" YPos="76" Width="10" Height="16" />
     24        <Image Name="ButtonRightSelected_" XPos="148" YPos="76" Width="15" Height="16" />
    2225        <Image Name="CheckboxNormal" XPos="110" YPos="2" Width="12" Height="12" />
    2326        <Image Name="CheckboxHover" XPos="110" YPos="30" Width="12" Height="12" />
Note: See TracChangeset for help on using the changeset viewer.