Added new tool button to manage focused memory regions

This commit is contained in:
Nav
2021-11-13 17:00:15 +00:00
parent b28e876db1
commit 4b41d5d6d0
4 changed files with 211 additions and 0 deletions

View File

@@ -347,6 +347,23 @@ QScrollBar::sub-line:vertical {
color: #afb1b3;
}
#target-memory-inspection-pane #lh-side-bar {
border-right: 1px solid #41423f;
}
#target-memory-inspection-pane #lh-side-bar QToolButton {
background-color: transparent;
border: none;
padding: 0;
qproperty-buttonWidth: 23;
qproperty-buttonHeight: 21;
}
#target-memory-inspection-pane #lh-side-bar QToolButton:hover {
background-color: #454541;
border: none;
}
#hex-viewer-container #tool-bar,
#hex-viewer-container #search-bar {
border-bottom: 1px solid #41423f;