mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 03:34:15 +02:00
[style] fix: max-width for some buttons is not enough
This commit is contained in:
@@ -40,6 +40,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
|
|
||||||
- UI
|
- UI
|
||||||
- not displaying the right unit symbol for byte based sizes (kB, MB, TB, ...) [#250](https://github.com/vinifmor/bauh/issues/250)
|
- 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
|
## [0.10.1] 2022-03-31
|
||||||
|
|||||||
@@ -49,6 +49,7 @@ QTableWidget QToolButton#bt_task {
|
|||||||
|
|
||||||
QTableWidget QToolButton[text_only = "true"] {
|
QTableWidget QToolButton[text_only = "true"] {
|
||||||
min-width: 80px;
|
min-width: 80px;
|
||||||
|
max-width: 150px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QMenu QPushButton {
|
QMenu QPushButton {
|
||||||
@@ -198,7 +199,7 @@ ManageWindow QSearchBar#name_filter QPushButton#search_button {
|
|||||||
|
|
||||||
ManageWindow QWidget#table_filters QPushButton[root = "true"] {
|
ManageWindow QWidget#table_filters QPushButton[root = "true"] {
|
||||||
min-width: 100px;
|
min-width: 100px;
|
||||||
max-width: 100px;
|
max-width: 150px;
|
||||||
min-height: 18px;
|
min-height: 18px;
|
||||||
max-height: 18px;
|
max-height: 18px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user