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

User interface improvements #49

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

User interface improvements #49

wants to merge 2 commits into from

Commits on Feb 2, 2019

  1. Change font used in WuMgr form to Segoe UI

    This is the recommended font for use in Windows apps
    since Windows Vista. I also resized a few of the buttons
    to keep their intended positions (as changing the font
    resizes all controls to avoid clipping their text).
    wjk committed Feb 2, 2019
    Configuration menu
    Copy the full SHA
    9f6c2f9 View commit details
    Browse the repository at this point in the history
  2. Add menu item to explain why some controls are disabled

    While the system menu is not the best place to put this,
    the app's UI layout precludes (easily) placing this command
    elsewhere.
    
    I thought that a new user might be wondering why the
    Auto Update settings are always disabled in the Store version,
    even if the application has been launched as an administrator.
    wjk committed Feb 2, 2019
    Configuration menu
    Copy the full SHA
    1cb3888 View commit details
    Browse the repository at this point in the history