Made row and column highlighting on hover optional via tool button

This commit is contained in:
Nav
2021-11-13 16:59:16 +00:00
parent 3f6b114c2f
commit b28e876db1
11 changed files with 373 additions and 22 deletions

View File

@@ -398,7 +398,8 @@ QScrollBar::sub-line:vertical {
}
#hex-viewer-container #tool-bar #highlight-stack-memory-btn,
#hex-viewer-container #tool-bar #highlight-focused-memory-btn {
#hex-viewer-container #tool-bar #highlight-focused-memory-btn,
#hex-viewer-container #tool-bar #highlight-hovered-rows-columns-btn {
qproperty-buttonWidth: 25;
qproperty-buttonHeight: 21;
}