Rework ui size

This commit is contained in:
crschnick
2024-07-15 20:58:04 +00:00
parent 43524d8101
commit e1f84d4a6b
6 changed files with 29 additions and 15 deletions
@@ -1,6 +1,7 @@
package io.xpipe.ext.base.service;
import io.xpipe.app.comp.base.SystemStateComp;
import io.xpipe.app.comp.store.DenseStoreEntryComp;
import io.xpipe.app.comp.store.StoreEntryComp;
import io.xpipe.app.comp.store.StoreEntryWrapper;
import io.xpipe.app.comp.store.StoreSection;
@@ -80,7 +81,7 @@ public abstract class AbstractServiceStoreProvider implements SingletonSessionSt
return true;
},
sec.getWrapper().getCache()));
return StoreEntryComp.create(sec, toggle, preferLarge);
return new DenseStoreEntryComp(sec, true, toggle);
}
@Override