mirror of
https://github.com/ppy/osu.git
synced 2025-03-06 13:47:21 +08:00
Merge branch 'tooltips' of github.com:Jorolf/osu into tooltips
This commit is contained in:
commit
906d68936a
@ -47,7 +47,6 @@ namespace osu.Desktop.VisualTests.Tests
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
slider.Current.BindTo(new BindableInt(5)
|
slider.Current.BindTo(new BindableInt(5)
|
||||||
{
|
{
|
||||||
MaxValue = 10,
|
MaxValue = 10,
|
||||||
@ -72,7 +71,6 @@ namespace osu.Desktop.VisualTests.Tests
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private class TooltipTextbox : OsuTextBox, IHasTooltip
|
private class TooltipTextbox : OsuTextBox, IHasTooltip
|
||||||
|
@ -134,7 +134,7 @@ namespace osu.Game.Graphics.Cursor
|
|||||||
Texture = textures.Get(@"Cursor/menu-cursor-additive"),
|
Texture = textures.Get(@"Cursor/menu-cursor-additive"),
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
cursorScale = config.GetBindable<double>(OsuConfig.MenuCursorSize);
|
cursorScale = config.GetBindable<double>(OsuConfig.MenuCursorSize);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user