Added memory capacity label to bottom bar in memory inspection pane

This commit is contained in:
Nav
2022-08-23 23:03:50 +01:00
parent e9f6c50f35
commit 7971ad2070
4 changed files with 30 additions and 1 deletions

View File

@@ -333,6 +333,10 @@ QScrollBar::sub-line:vertical {
max-width: 1px;
}
#target-memory-inspection-pane #memory-capacity-label {
color: #8a8a8d;
}
#hex-viewer-container #tool-bar,
#hex-viewer-container #search-bar {
border-bottom: 1px solid #41423f;