- May 16, 2008
- 11,418
- 2,336
- Home Country
- Germany
Would be great to have the WMC theme become part of the SRU1.
Sorry to hear that. Get well soon.I'm currently ill
No, this happens with normal theme too.Not sure if this only happens with big font theme
I have already checked and the same points on the list. Currently I have no image source connected, I wanted to check also this view.
- DateTime label on top right is a bit too small (fades out on right)
- Movie title in OSD now looks quite big, maybe decrease the used font constant a bit?
- Preview image of theme is still missing (I wanted to wait until it looks good)
Yes, it's also on the list, as others reported the problem already. The hint with the negative margin helps me. I must find a way to get rid of it. Problem is, that the scrollbar appears on the right, if I do not set the large negative margin on the right side.I've found a bug in focusing left/right inside the "home" tab: there we skip one item when moving left / right. Once I debugged this and it was caused by (negative?) margins, the focus prediction then skips the next item, because it internally overlaps. Not sure if this only happens with big font theme
How can I ensure, that in homescreen on the right side of the MI no space for a scrollbar is reserved?Yes, it's also on the list, as others reported the problem already. The hint with the negative margin helps me. I must find a way to get rid of it. Problem is, that the scrollbar appears on the right, if I do not set the large negative margin on the right side.
I faced the same with Win10 theme today and couldn't solve it yet. I have one more idea I want to try.
<Style x:Key="MediaItemsListListViewStyle2" BasedOn="{ThemeResource ContentsMenuListViewStyle}">
<EventSetter Event="SelectionChanged" Handler="{CommandStencil Source={StaticResource FanArtBackgroundModel}, Path=SetSelectedItem}"/>
<Setter Property="ItemTemplate"/>
<!-- Don't inherit the ItemTemplate from ContentsMenuListViewStyle - It should remain null to make the SkinEngine choose an appropriate template -->
<Setter Property="DataStringProvider" Value="{ThemeResource MediaItemDataStringProvider}"/>
<Setter Property="ItemContainerStyle" Value="{ThemeResource MediaItemCoverWithContextMenuContainerStyle}"/>
<Setter Property="RenderTransform">
<Setter.Value>
<TransformGroup>
<ScaleTransform ScaleX="0.76" ScaleY="0.76"/>
</TransformGroup>
</Setter.Value>
</Setter>
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type ListView}">
<ScrollViewer CanContentScroll="False">
<ItemsPresenter VerticalAlignment="Stretch" HorizontalAlignment="Stretch" MinWidth="{ThemeResource FixedDialogWidth}"/>
</ScrollViewer>
</ControlTemplate>
</Setter.Value>
</Setter>
<Setter Property="ItemsPanel">
<Setter.Value>
<ItemsPanelTemplate>
<VirtualizingWrapPanel x:Name="GridItemsHost" IsItemsHost="True" Margin="0,0,0,-100" HorizontalAlignment="Center">
</VirtualizingWrapPanel>
</ItemsPanelTemplate>
</Setter.Value>
</Setter>
</Style>
Not yet pushed? Or not contained in project? Or wrong extension? My today's build still misses the image:Preview image of theme is still missing (I wanted to wait until it looks good) DONE
I thought I pushed it, but seems I forgot the checkmark in tortoisegit for the picture. Today I'm on business trip and can not do it.Can you check this please?
I've thought about this as well. In principle we could manage font sizes from settings.Generally also something I wanted to say. Why do we need a theme for a bigger font size?