From ceb95600c5d3cff789d466706bcdec7143c11bb3 Mon Sep 17 00:00:00 2001 From: Matthias Baumgartner Date: Sat, 4 Mar 2023 14:19:06 +0100 Subject: info tile refactoring --- tagit/windows/desktop.kv | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'tagit/windows') diff --git a/tagit/windows/desktop.kv b/tagit/windows/desktop.kv index 8fde41a..d2ca0e7 100644 --- a/tagit/windows/desktop.kv +++ b/tagit/windows/desktop.kv @@ -74,11 +74,7 @@ cols: 1 rows: 1 width: 220 - size_hint: None, None - # self.height won't be updated correctly - #tile_height: self.size[1] / 4 - #height: sum(tile.client.default_size[1] for tile in self.children) - height: self.parent.height / 2 + size_hint: None, 0.5 pos_hint: {'center_y': 0.5} Widget: # spacer -- cgit v1.2.3