Improved transition view

Responsive buttons placement and clarified actions.
This commit is contained in:
brunoherbelin
2021-03-30 23:02:24 +02:00
parent a8ef68ed59
commit 0b845591f9
5 changed files with 53 additions and 22 deletions

View File

@@ -114,14 +114,12 @@ struct History
struct TransitionConfig
{
bool cross_fade;
bool auto_open;
bool hide_windows;
float duration;
int profile;
TransitionConfig() {
cross_fade = true;
auto_open = true;
hide_windows = true;
duration = 1.f;
profile = 0;