Tomasz Chabora

Results 931 comments of Tomasz Chabora

> Or should it use the maximum height instead? There is some weird behavior when `button_pressed` is bigger than other styles, but it's the same as the one on master,...

It's Button probably for its style. You could change it to OptionButton and make sure that it looks the same.

This needs a [proposal](https://github.com/godotengine/godot-proposals). While it seems nice for non-English speakers, it's only for languages that have doc translation included with editor, which is determined by certain completion threshold (I...

`zoom` can't be 0, because of `zoom_scale`, which is `1 / zoom`. The change should be safe, but is camera even usable at such small zooms?

What happens when you select the menu option? Can you send your `editor_layout.cfg`?

Well for the record, I can't reproduce this issue. The docks appear fine in my case. Can anyone else reproduce this problem? Is it really caused by this PR?

> Or am I missing String::utf8() conversions somewhere? This. The compilation stops due to Python error.

``` Found MSVC version 14.2, arch x86_64 Building for platform "windows", architecture "x86_64", target "editor". NOTE: Developer build, with debug optimization level and debug symbols (unless overridden). UnicodeEncodeError: 'charmap' codec...