Skip to content

Commit 226751d

Browse files
authored
Enhance the resource pack ability for CoverTabs (#6084)
1 parent cb88d3a commit 226751d

14 files changed

+2
-2
lines changed

src/main/java/gregtech/common/modularui2/factory/GTBaseGuiBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ public ModularPanel build() {
165165
private IWidget createCoverTabs() {
166166
Flow column = Flow.column()
167167
.coverChildren()
168-
.leftRel(0f, 2, 1f)
168+
.leftRel(0f, 3, 1f)
169169
.top(1)
170170
.childPadding(2);
171171
for (int i = 0; i < 6; i++) {

src/main/java/gregtech/common/modularui2/widget/CoverTabButton.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public CoverTabButton(ICoverable coverable, ForgeDirection side, IPanelHandler p
5151
.marginTop(1)))
5252
.tooltipBuilder(this::buildTooltip)
5353
.tooltipAutoUpdate(true)
54-
.size(18, 20);
54+
.size(20, 20);
5555
}
5656

5757
private void buildTooltip(RichTooltip builder) {
311 Bytes
Loading
311 Bytes
Loading
311 Bytes
Loading
310 Bytes
Loading
313 Bytes
Loading
313 Bytes
Loading
312 Bytes
Loading
311 Bytes
Loading

0 commit comments

Comments
 (0)