* added buttons to enable grouping by file or namespace * last used group settings saved to ApplicationSettings * made groups hoverable/clickable on label only * improved node hatching and override edge colors * group overview lists fortune cookie message = Seen with the eyes of love, everything gets a new meaning.
This commit is contained in:
@@ -14,7 +14,7 @@ QPushButton:disabled {
|
||||
background: <color:search/button/disabled>;
|
||||
}
|
||||
|
||||
QPushButton:hover {
|
||||
QPushButton:hover, QPushButton:checked {
|
||||
background: <color:search/button/hover>;
|
||||
}
|
||||
|
||||
@@ -25,6 +25,7 @@ QPushButton:pressed {
|
||||
#expand_button {
|
||||
max-width: 26px;
|
||||
max-height: 26px;
|
||||
border-radius: 9px;
|
||||
}
|
||||
|
||||
#collapse_button {
|
||||
@@ -82,3 +83,21 @@ QPushButton:pressed {
|
||||
#depth_slider::groove:disabled, #depth_slider::handle:disabled {
|
||||
background: <color:search/button/icon_disabled>;
|
||||
}
|
||||
|
||||
#group_left_button {
|
||||
border-radius: 0;
|
||||
border-top-left-radius: 10px;
|
||||
border-bottom-left-radius: 10px;
|
||||
max-width: 26px;
|
||||
max-height: 26px;
|
||||
padding-left: 2px;
|
||||
}
|
||||
|
||||
#group_right_button {
|
||||
border-radius: 0;
|
||||
border-top-right-radius: 10px;
|
||||
border-bottom-right-radius: 10px;
|
||||
max-width: 26px;
|
||||
max-height: 26px;
|
||||
padding-right: 2px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user