Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug in ExpressionDark.xaml - Radio Button Template #3

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Oct 5, 2015

  1. Bug in ExpressionDark.xaml - Radio Button Template

    The radio button's initial opacity needs to be set to 1, not 0. Otherwise the bullet is not shown on the initially selected entry, only after the first change.
    
    The bug is also mentioned in the MSDN forum: https://social.msdn.microsoft.com/Forums/vstudio/en-US/c1aa5e04-bf61-4f37-9ca4-7cf1866c5ea8/the-bullet-in-a-radiobutton-becomes-invisible-after-applying-a-new-theme-at-runtime-via?forum=wpf&prof=required
    Matthias Dieter Wallnöfer committed Oct 5, 2015
    Configuration menu
    Copy the full SHA
    deaa832 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2016

  1. ExpressionDark.xaml - introduce a default MinWidth on buttons

    This comes handy in various situations.
    Matthias Dieter Wallnöfer committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    8d503d0 View commit details
    Browse the repository at this point in the history
  2. ExpressionDark.xaml - make the whole ListBoxItem clickable

    If the list box item is large and the text label short I noticed that the click-able area was limited to the text bounds. This should not be the case since the whole ListBoxItem area including the blank area should be responsive.
    
    Example:
    |xxxxxx                      |
    Matthias Dieter Wallnöfer committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    10df72b View commit details
    Browse the repository at this point in the history
  3. ExpressionDark.xaml - change ListBoxItem's hover color to ShadeBrush

    In this case ShadeBrush seems more appropriate than NormalBrush, also to notice the difference between the hover behaviour.
    Matthias Dieter Wallnöfer committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    e814626 View commit details
    Browse the repository at this point in the history