remove need for compositor

This commit is contained in:
Ryan Thomas 2022-02-01 00:25:26 -05:00
parent 8e24fc50cb
commit 3dfa968e81
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
#window { #window {
anchor: north; anchor: north;
location: north; location: north;
width: 100%; width: 0;
padding: 4px; padding: 4px;
children: [ horibox ]; children: [ horibox ];
} }