Rename ui::grid_layout -> box_layout
This commit is contained in:
parent
cddc8a3235
commit
343cb394b5
1 changed files with 3 additions and 3 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
namespace psemek::ui
|
namespace psemek::ui
|
||||||
{
|
{
|
||||||
|
|
||||||
namespace grid_layout
|
namespace box_layout
|
||||||
{
|
{
|
||||||
|
|
||||||
struct minimized
|
struct minimized
|
||||||
|
|
@ -31,13 +31,13 @@ namespace psemek::ui
|
||||||
|
|
||||||
struct horizontal
|
struct horizontal
|
||||||
{
|
{
|
||||||
using element = grid_layout::element;
|
using element = box_layout::element;
|
||||||
react::value<std::vector<element>> children = {};
|
react::value<std::vector<element>> children = {};
|
||||||
};
|
};
|
||||||
|
|
||||||
struct vertical
|
struct vertical
|
||||||
{
|
{
|
||||||
using element = grid_layout::element;
|
using element = box_layout::element;
|
||||||
react::value<std::vector<element>> children = {};
|
react::value<std::vector<element>> children = {};
|
||||||
};
|
};
|
||||||
|
|
||||||
Loading…
Add table
Reference in a new issue