Skip to content

Commit

Permalink
Small UI update
Browse files Browse the repository at this point in the history
- Move the Apply, Revert, and Full Blast buttons to be visible on all tabs

- Update the Exit tool strip button tooltip

- Update README screenshots to match UI updates
  • Loading branch information
Sparronator9999 committed Dec 5, 2024
1 parent a96c660 commit a00f8b2
Show file tree
Hide file tree
Showing 6 changed files with 92 additions and 95 deletions.
Binary file modified Media/YAMDCC-ExtrasTab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Media/YAMDCC-FanControlTab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
148 changes: 75 additions & 73 deletions YAMDCC.GUI/MainWindow.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion YAMDCC.GUI/MainWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public MainWindow()
tsiSaveConf.ToolTipText = Strings.GetString("ttSaveConf");
tsiApply.ToolTipText = Strings.GetString("ttApply");
tsiRevert.ToolTipText = Strings.GetString("ttRevert");
tsiExit.ToolTipText = Strings.GetString("ttSelfExplan");
tsiExit.ToolTipText = Strings.GetString("ttExit");
tsiProfAdd.ToolTipText = Strings.GetString("ttProfAdd");
tsiProfRename.ToolTipText = Strings.GetString("ttProfRename");
tsiProfChangeDesc.ToolTipText = Strings.GetString("ttProfChangeDesc");
Expand Down
Loading

0 comments on commit a00f8b2

Please sign in to comment.