Restored lh side bar and added an rh and bottom bar, in the memory inspection pane

This commit is contained in:
Nav
2022-08-23 22:04:00 +01:00
parent c410905395
commit e9f6c50f35
3 changed files with 163 additions and 8 deletions

View File

@@ -288,7 +288,22 @@ QScrollBar::sub-line:vertical {
border-bottom: 1px solid #41423f;
}
#target-memory-inspection-pane #top-bar QToolButton {
#target-memory-inspection-pane #bottom-bar {
border-top: 1px solid #41423f;
}
#target-memory-inspection-pane #lh-side-bar {
border-right: 1px solid #41423f;
}
#target-memory-inspection-pane #rh-side-bar {
border-left: 1px solid #41423f;
}
#target-memory-inspection-pane #top-bar QToolButton,
#target-memory-inspection-pane #bottom-bar QToolButton,
#target-memory-inspection-pane #lh-side-bar QToolButton,
#target-memory-inspection-pane #rh-side-bar QToolButton {
background-color: transparent;
border: none;
padding: 0;
@@ -296,7 +311,10 @@ QScrollBar::sub-line:vertical {
qproperty-buttonHeight: 20;
}
#target-memory-inspection-pane #top-bar QToolButton:hover {
#target-memory-inspection-pane #top-bar QToolButton:hover,
#target-memory-inspection-pane #bottom-bar QToolButton:hover,
#target-memory-inspection-pane #lh-side-bar QToolButton:hover,
#target-memory-inspection-pane #rh-side-bar QToolButton:hover {
background-color: #454541;
border: none;
}
@@ -306,7 +324,8 @@ QScrollBar::sub-line:vertical {
qproperty-buttonHeight: 21;
}
#target-memory-inspection-pane #top-bar #separator {
#target-memory-inspection-pane #top-bar #separator,
#target-memory-inspection-pane #bottom-bar #separator {
background-color: transparent;
border-right: 1px solid #41423f;
padding: 0;