The default styling of the Nexus Service Station application is included in the Style.xaml file, located in the installation folder Program Files (x86)\Technology Nexus\Nexus Service Station\. To override any styles in the application, copy single style keys from Style.xaml to Style.User.xaml and make the modifications there, leaving Style.xaml untouched.
Note |
---|
Do not make any modifications to Style.xaml as it will be overwritten on application upgrades. |
Info |
---|
- You can only have one User Style file.
- The User Stylefile should only contain customized styles and not be a full copy of the original, the application will fall back to the original for the missing styles.
- The User Stylefile is added by the installer if it does not exist, but never overwritten.
- The User Stylefile will be deleted by the installer when uninstalling the application.
|
To reset completely to the default style, delete everything between the tags <ResourceDictionary …> and </ResourceDictionary> in the User Stylefile. |