diff --git a/ui-app.cc b/ui-app.cc index ccc993c..1ec24fd 100644 --- a/ui-app.cc +++ b/ui-app.cc @@ -69,7 +69,7 @@ T_UIApp::T_UIApp( ) } { ImFontConfig cfg; - cfg.SizePixels = 9.0f; + cfg.SizePixels = 11.0f; smallFont_ = io.Fonts->AddFontDefault( &cfg ); ImFontConfig icons; diff --git a/ui-sequencer.cc b/ui-sequencer.cc index fa71371..4888278 100644 --- a/ui-sequencer.cc +++ b/ui-sequencer.cc @@ -520,7 +520,7 @@ void T_SyncViewImpl_::sequencerHeader( uint32_t( ( time - msf - sf ) / 60.f ) , uint32_t( sf ) , uint32_t( msf * 1000.f ) ); RenderTextClipped( taStart , taEnd , buffer , nullptr , nullptr , - ImVec2{ .5f , .2f + ( ( bar % 2 ) ? .6f : 0.f ) } , &inner ); + ImVec2{ .5f , .05f + ( ( bar % 2 ) ? .9f : 0.f ) } , &inner ); pos += barWidth; bar ++; }