mirror of
https://github.com/clangen/musikcube.git
synced 2025-02-11 09:40:26 +00:00
Fixed dropdown arrow character to something that is implemented by more
fonts.
This commit is contained in:
parent
a22d83c911
commit
790fed8943
@ -1,4 +1,4 @@
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Copyright (c) 2007-2016 musikcube team
|
||||
//
|
||||
@ -80,7 +80,7 @@ using namespace std::placeholders;
|
||||
|
||||
using EntryPtr = IScrollAdapter::EntryPtr;
|
||||
|
||||
static const std::string arrow = "\xe2\x96\xb6";
|
||||
static const std::string arrow = "\xe2\x96\xba";
|
||||
static bool showDotfiles = false;
|
||||
|
||||
SettingsLayout::SettingsLayout(
|
||||
|
Loading…
x
Reference in New Issue
Block a user