Skip to content

Commit

Permalink
update test app
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Gagis committed Mar 18, 2024
1 parent a3aa138 commit d22c7a0
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions tests/app/res/test.gui
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ cursor{crs_arrow}
@pile{
lp{
dx{fill}
dy{0}
dy{fill}
weight{1}
}
@pan_list{
Expand Down Expand Up @@ -325,13 +325,13 @@ cursor{crs_arrow}

@row{
lp{
dx{max} dy{0}
dx{max} dy{fill}
weight{1}
}

@pile{
lp{
dx{0} dy{max}
dx{fill} dy{max}
weight{1}
}
@tree_view{
Expand Down Expand Up @@ -418,7 +418,7 @@ cursor{crs_arrow}

@horizontal_scroll_bar{
lp{
dx{50pp} dy{40pp} //TODO: min min
dx{fill} dy{40pp} //TODO: min min
weight{1}
}
}
Expand Down Expand Up @@ -542,16 +542,16 @@ cursor{crs_arrow}
dx{max} dy{min}
}
}
@push_button{lp{dy{0}weight{1}}@text{text{button!!!}}}
@push_button{lp{dy{0}weight{1}}@text{text{button!!!}}}
@push_button{lp{dy{0}weight{1}}@text{text{button!!!}}}
@push_button{lp{dy{0}weight{1}}@text{text{button!!!}}}
@push_button{lp{dy{0}weight{1}}@text{text{button!!!}}}
@push_button{lp{dy{0}weight{1}}@text{text{button!!!}}}
@push_button{lp{dy{0}weight{1}}@text{text{button!!!}}}
@push_button{lp{dy{0}weight{1}}@text{text{button!!!}}}
@push_button{lp{dy{0}weight{1}}@text{text{button!!!}}}
@push_button{lp{dy{0}weight{1}}@text{text{button!!!}}}
@push_button{lp{dy{fill}weight{1}}@text{text{button!!!}}}
@push_button{lp{dy{fill}weight{1}}@text{text{button!!!}}}
@push_button{lp{dy{fill}weight{1}}@text{text{button!!!}}}
@push_button{lp{dy{fill}weight{1}}@text{text{button!!!}}}
@push_button{lp{dy{fill}weight{1}}@text{text{button!!!}}}
@push_button{lp{dy{fill}weight{1}}@text{text{button!!!}}}
@push_button{lp{dy{fill}weight{1}}@text{text{button!!!}}}
@push_button{lp{dy{fill}weight{1}}@text{text{button!!!}}}
@push_button{lp{dy{fill}weight{1}}@text{text{button!!!}}}
@push_button{lp{dy{fill}weight{1}}@text{text{button!!!}}}

}
}
Expand All @@ -572,15 +572,15 @@ cursor{crs_arrow}

@row{
lp{
dx{max} dy{0}
dx{max} dy{fill}
weight{1}
}

id{scroll_area_subcontainer}

@pile{
lp{
dx{0} dy{max}
dx{fill} dy{max}
weight{1}
}
@scroll_area{
Expand Down Expand Up @@ -646,7 +646,7 @@ cursor{crs_arrow}
id{scroll_area_horizontal_slider}

lp{
dx{0}
dx{fill}
weight{1}
}
}
Expand Down Expand Up @@ -711,7 +711,7 @@ cursor{crs_arrow}

@pile{
lp{
dx{0} dy{max}
dx{fill} dy{max}
weight{1}
}
@list{
Expand Down

0 comments on commit d22c7a0

Please sign in to comment.