diff --git a/CHANGELOG.md b/CHANGELOG.md index 35fe24a0..e6297526 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - UI - not displaying the right unit symbol for byte based sizes (kB, MB, TB, ...) [#250](https://github.com/vinifmor/bauh/issues/250) + - some components do not properly adjust the text size [#253](https://github.com/vinifmor/bauh/issues/253) ## [0.10.1] 2022-03-31 diff --git a/bauh/view/resources/style/default/default.qss b/bauh/view/resources/style/default/default.qss index 6c71d578..48dd1fc9 100644 --- a/bauh/view/resources/style/default/default.qss +++ b/bauh/view/resources/style/default/default.qss @@ -49,6 +49,7 @@ QTableWidget QToolButton#bt_task { QTableWidget QToolButton[text_only = "true"] { min-width: 80px; + max-width: 150px; } QMenu QPushButton { @@ -198,7 +199,7 @@ ManageWindow QSearchBar#name_filter QPushButton#search_button { ManageWindow QWidget#table_filters QPushButton[root = "true"] { min-width: 100px; - max-width: 100px; + max-width: 150px; min-height: 18px; max-height: 18px; }