Tweaks to the hex viewier widget toolbar button styling

This commit is contained in:
Nav
2021-11-11 19:06:59 +00:00
parent 83c5065faa
commit 479d99d03c
2 changed files with 16 additions and 0 deletions

View File

@@ -379,6 +379,16 @@ QScrollBar::sub-line:vertical {
padding: 0;
}
#hex-viewer-container #tool-bar QToolButton:checked {
background-color: #484842;
border: none;
}
#hex-viewer-container #tool-bar QToolButton:checked:disabled {
background-color: #3d3d39;
border: none;
}
#hex-viewer-container #tool-bar #separator {
background-color: transparent;
border-right: 1px solid #41423f;

View File

@@ -59,6 +59,9 @@
</item>
<item>
<widget class="SvgToolButton" name="highlight-stack-memory-btn">
<property name="checkable">
<bool>true</bool>
</property>
<property name="svgFilePath">
<string>:/compiled/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/Images/highlight-stack-memory.svg</string>
</property>
@@ -72,6 +75,9 @@
</item>
<item>
<widget class="SvgToolButton" name="highlight-focused-memory-btn">
<property name="checkable">
<bool>true</bool>
</property>
<property name="svgFilePath">
<string>:/compiled/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/Images/highlight-focused-memory.svg</string>
</property>