mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-05 12:54:40 +00:00
Change the title of mini-editor from "Preview" to "Mini-Editor".
This commit is contained in:
parent
b9f8c201c4
commit
e7d12f9062
@ -541,7 +541,7 @@ static int count_parents(Widget* widget)
|
|||||||
static void create_mini_editor_frame()
|
static void create_mini_editor_frame()
|
||||||
{
|
{
|
||||||
// Create mini-editor
|
// Create mini-editor
|
||||||
mini_editor_frame = new Frame(false, "Preview");
|
mini_editor_frame = new Frame(false, "Mini-Editor");
|
||||||
mini_editor_frame->child_spacing = 0;
|
mini_editor_frame->child_spacing = 0;
|
||||||
mini_editor_frame->set_autoremap(false);
|
mini_editor_frame->set_autoremap(false);
|
||||||
mini_editor_frame->set_wantfocus(false);
|
mini_editor_frame->set_wantfocus(false);
|
||||||
|
Loading…
Reference in New Issue
Block a user