diff options
Diffstat (limited to 'tagit/windows')
| -rw-r--r-- | tagit/windows/desktop.kv | 6 |
1 files changed, 1 insertions, 5 deletions
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 |
