Skip to content

Commit 1ef6cc8

Browse files
committed
Slight adjustment
1 parent 00c4e0b commit 1ef6cc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

loader/src/ui/mods/list/ModItem.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ void ModItem::updateState() {
582582

583583
auto titleSpace = m_display == ModListDisplay::Grid ?
584584
CCSize(m_obContentSize.width - 10, 35) :
585-
CCSize(m_obContentSize.width - 150, m_obContentSize.height - 5);
585+
CCSize(m_obContentSize.width - 145, m_obContentSize.height - 5);
586586

587587
// Divide by scale of info container since that actually determines the size
588588
// (Since the scale of m_titleContainer and m_developers is managed by its layout)

0 commit comments

Comments
 (0)