ソースを参照

Use practice button template.

Halsafar 4 年 前
コミット
f0fa34862d
1 ファイル変更1 行追加1 行削除
  1. 1 1
      SongBrowserPlugin/UI/Browser/SongBrowserUI.cs

+ 1 - 1
SongBrowserPlugin/UI/Browser/SongBrowserUI.cs

@@ -245,7 +245,7 @@ namespace SongBrowser.UI
             curX += outerButtonWidth;
 
             Logger.Debug("Creating Filter By Display...");
-            _filterByDisplay = _viewController.CreateUIButton("filterValue", "ActionButton", new Vector2(curX, buttonY), new Vector2(outerButtonWidth, buttonHeight), () =>
+            _filterByDisplay = _viewController.CreateUIButton("filterValue", "PracticeButton", new Vector2(curX, buttonY), new Vector2(outerButtonWidth, buttonHeight), () =>
             {
                 _model.Settings.filterMode = SongFilterMode.None;
                 CancelFilter();