mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 22:54:16 +02:00
[style] fix: max-width for some buttons is not enough
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user