Browse Source

Shrink sort buttons slightly for SRM to fit.

Stephen Damm 5 years atrás
parent
commit
0623dca113
1 changed files with 3 additions and 3 deletions
  1. 3 3
      SongBrowserPlugin/UI/Browser/SongBrowserUI.cs

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

@@ -275,10 +275,10 @@ namespace SongBrowser.UI
         {
             Logger.Debug("Create sort buttons...");
 
-            float sortButtonFontSize = 2.25f;
+            float sortButtonFontSize = 2.15f;
             float sortButtonX = -23.0f;
-            float sortButtonWidth = 12.25f;
-            float buttonSpacing = 0.5f;
+            float sortButtonWidth = 12.0f;
+            float buttonSpacing = 0.25f;
             float buttonY = 37f;
             float buttonHeight = 5.0f;