Skip to content

Commit af2323f

Browse files
committed
adjust some gaps
1 parent f561f9f commit af2323f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

song-preview/main.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,9 @@ class DetailedAudioPreviewPopup : public geode::Popup<SongInfoObject*, CustomSon
262262
.updateLayout()
263263
)
264264
.child(m_drawNode)
265+
.child(Build<CCNode>::create()
266+
.contentSize({10.f, 2.f})
267+
)
265268
.child(Build<CCNode>::create()
266269
.contentSize(m_widgetSize)
267270
.layout(RowLayout::create()
@@ -273,7 +276,7 @@ class DetailedAudioPreviewPopup : public geode::Popup<SongInfoObject*, CustomSon
273276
.layout(RowLayout::create()
274277
->setAxisAlignment(AxisAlignment::Start)
275278
->setAutoGrowAxis(1.f)
276-
->setGap(0.f)
279+
->setGap(5.f)
277280
)
278281
.child(Build(CircleButtonSprite::createWithSprite("back.png"_spr, 1.f, CircleBaseColor::Green, CircleBaseSize::Small))
279282
.intoMenuItem(this, menu_selector(DetailedAudioPreviewPopup::onGoToStartOffset))

song-preview/res/cursor.png

97 Bytes
Loading

0 commit comments

Comments
 (0)