Home
last modified time | relevance | path

Searched refs:EDITOR_MENUBAR_HEIGHT (Results 1 – 2 of 2) sorted by relevance

/dports/games/frogatto/frogatto-1.3.1/src/
H A Deditor.hpp18 static const int EDITOR_MENUBAR_HEIGHT = 40; variable
H A Deditor.cpp239 : gui::dialog(0, 0, e.xres() ? e.xres() : 1200, EDITOR_MENUBAR_HEIGHT), editor_(e) in editor_menu_dialog()
935 editor_y_resolution = preferences::actual_screen_height() + EDITOR_MENUBAR_HEIGHT; in editor_resolution_manager()
1381 …layers_dialog_->set_loc(editor_mode_dialog_->x() - layers_dialog_->width(), EDITOR_MENUBAR_HEIGHT); in reset_dialog_positions()
1382 …og_->set_dim(layers_dialog_->width(), preferences::actual_screen_height() - EDITOR_MENUBAR_HEIGHT); in reset_dialog_positions()