- March 24, 2007
- 12,073
- 7,459
- Home Country
- Germany
- Moderator
- #481
Yep, AA works out of the box in DX11 branch. So once it's done we gain a lot in visual quality
It will most likely be something along these lines although not for definite yet
<!-- MediaItems style -->
<Style x:Key="MediaItemButtonControlStyle" TargetType="{x:Type Control}">
<Setter Property="Template">
<Setter.Value>
<ControlTemplate>
<Border x:Name="ButtonControlRectangle"
IsVisible ="False"
CornerRadius="{ThemeResource ButtonControlRadiusX}"
BorderBrush="{ThemeResource MediaItemsFocusedBorderBrush}"
BorderThickness="0"
Margin="-1">
</Border>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
Download the weekly build and search in "MP2 client/plugins" for "ApolloOne" folder. Just overwrite it with attached one.Is there an installer somewhere with this skin?
Emph
I continued where ge2301 stopped and extended the default menu list view styles to use the "blue overlapping buttons" only inside "dialogs", but not inside regular menus. And I added the draft of wiz' as generic button style. For non-focused buttons text's opacity is "0.5", when getting focus it's increased to 1.It will most likely be something along these lines although not for definite yet
I don't think so: if you look at the news screen, you would barely be able to see a difference between non-selected and selected items. Same applies to settings and all other parts where buttons are used. I find it much clearer this way.After some testing i think ge2301 agreed the generic button style was not needed after all, it just required the non focused item text to have less opacity.