ui: Little adjustments
This commit is contained in:
parent
1a1f6dde83
commit
d4e924b258
3 changed files with 5 additions and 1 deletions
|
|
@ -17,7 +17,8 @@ export component AppWindow inherits Window {
|
|||
preferred-width: 800px;
|
||||
preferred-height: 600px;
|
||||
max-width: 2147483647px;
|
||||
|
||||
max-height: 2147483647px;
|
||||
|
||||
callback start-new-event <=> record.start-new-event;
|
||||
callback stop-event <=> record.stop-event;
|
||||
callback chain-event <=> record.chain-event;
|
||||
|
|
@ -63,6 +64,7 @@ export component AppWindow inherits Window {
|
|||
height: 100%;
|
||||
tl := Timeline {
|
||||
preferred-height: 100%;
|
||||
min-height: 50px;
|
||||
state: in-record-mode ? record-state : review-state;
|
||||
clicked => {
|
||||
minimized = !minimized;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue