Skip to content
This repository was archived by the owner on Dec 30, 2022. It is now read-only.

Commit d23b285

Browse files
committed
Made the sorting button bigger
Signed-off-by: DeathsGun <deathsgun@protonmail.com>
1 parent b14a0f0 commit d23b285

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Bugs fixed:
22

3-
- NullPointerException [#42]
3+
- NullPointerException [#42](https://github.com/DeathsGun/ModManager/issues/42)
44

55
Improvements:
66

src/main/kotlin/xyz/deathsgun/modmanager/gui/ModsOverviewScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class ModsOverviewScreen(private val previousScreen: Screen) : Screen(Translatab
7575
sortingButtonWidget = addDrawableChild(
7676
CyclingButtonWidget.builder(Sorting::translations)
7777
.values(Sorting.RELEVANCE, Sorting.DOWNLOADS, Sorting.NEWEST, Sorting.UPDATED)
78-
.build(180, 10, 120, 20, TranslatableText("modmanager.sorting.sort"))
78+
.build(180, 10, 180, 20, TranslatableText("modmanager.sorting.sort"))
7979
{ _: CyclingButtonWidget<Any>, sorting: Sorting -> this.sorting = sorting; updateModList() }
8080
)
8181

0 commit comments

Comments
 (0)