Compare commits
3 Commits
5a10492fb7
...
160d984711
Author | SHA1 | Date |
---|---|---|
Serhii Snitsaruk | 160d984711 | |
Serhii Snitsaruk | 4d0d2c0507 | |
Dave Palais | 4cba3b39db |
|
@ -1525,7 +1525,7 @@ LimboAIEditor::LimboAIEditor() {
|
||||||
tab_bar->set_select_with_rmb(true);
|
tab_bar->set_select_with_rmb(true);
|
||||||
tab_bar->set_drag_to_rearrange_enabled(true);
|
tab_bar->set_drag_to_rearrange_enabled(true);
|
||||||
tab_bar->set_max_tab_width(int(EDITOR_GET("interface/scene_tabs/maximum_width")) * EDSCALE);
|
tab_bar->set_max_tab_width(int(EDITOR_GET("interface/scene_tabs/maximum_width")) * EDSCALE);
|
||||||
tab_bar->set_auto_translate(false);
|
tab_bar->set_auto_translate_mode(AUTO_TRANSLATE_MODE_DISABLED);
|
||||||
tab_bar->set_tab_close_display_policy(TabBar::CLOSE_BUTTON_SHOW_ACTIVE_ONLY);
|
tab_bar->set_tab_close_display_policy(TabBar::CLOSE_BUTTON_SHOW_ACTIVE_ONLY);
|
||||||
tab_bar->set_h_size_flags(Control::SIZE_EXPAND_FILL);
|
tab_bar->set_h_size_flags(Control::SIZE_EXPAND_FILL);
|
||||||
tab_bar->set_focus_mode(FocusMode::FOCUS_NONE);
|
tab_bar->set_focus_mode(FocusMode::FOCUS_NONE);
|
||||||
|
|
Loading…
Reference in New Issue