Skip to content

Commit fdd06a8

Browse files
committed
Update fenster integration
1 parent b807f15 commit fdd06a8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

applications/fenster

Submodule fenster updated 70 files

applications/navigator/src/navigator.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
#include <libfenster/layout/flow_layout.hpp>
3434

3535
using namespace fenster;
36+
3637
struct file_entry_t
3738
{
3839
std::string name;
@@ -72,7 +73,7 @@ int main()
7273
window->onClose([]() { g_exit(0); });
7374

7475
auto windowLayout = FlexLayout::create(window);
75-
windowLayout->setHorizontal(false);
76+
windowLayout->setOrientation(Orientation::Vertical);
7677

7778
Panel* navBar = Panel::create();
7879
auto navBarLayout = FlexLayout::create(navBar);

0 commit comments

Comments
 (0)