[fix][ui] some fields in the table are overlapped by others when maximized

This commit is contained in:
Vinícius Moreira
2020-05-11 18:37:48 -03:00
parent fb90bd2694
commit 27ca6e44d9
3 changed files with 11 additions and 6 deletions

View File

@@ -17,6 +17,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- upgrading progress when conflicting files are detected
- not detecting some installed 'not-signed' repository packages
- not properly caching data of installed dependencies
- UI
- some fields in the table are overlapped by others when maximized [#107](https://github.com/vinifmor/bauh/issues/107)
- upgrade: crashing for scenarios when there are packages that cannot upgrade to be displayed on the summary window
- settings: crashing when an empty Qt style is defined [#104](https://github.com/vinifmor/bauh/issues/104)