Improved memory inspection tool button appearance
This commit is contained in:
@@ -370,7 +370,7 @@ QScrollBar::sub-line:vertical {
|
||||
border: none;
|
||||
padding: 0;
|
||||
qproperty-buttonWidth: 24;
|
||||
qproperty-buttonHeight: 21;
|
||||
qproperty-buttonHeight: 20;
|
||||
}
|
||||
|
||||
#hex-viewer-container #tool-bar QToolButton:hover {
|
||||
@@ -390,6 +390,7 @@ QScrollBar::sub-line:vertical {
|
||||
#hex-viewer-container #tool-bar #highlight-stack-memory-btn,
|
||||
#hex-viewer-container #tool-bar #highlight-focused-memory-btn {
|
||||
qproperty-buttonWidth: 25;
|
||||
qproperty-buttonHeight: 21;
|
||||
}
|
||||
|
||||
#hex-viewer-container QScrollArea,
|
||||
|
||||
@@ -14,10 +14,10 @@
|
||||
<item alignment="Qt::AlignTop">
|
||||
<widget class="QWidget" name="tool-bar">
|
||||
<property name="minimumHeight">
|
||||
<number>27</number>
|
||||
<number>28</number>
|
||||
</property>
|
||||
<property name="maximumHeight">
|
||||
<number>27</number>
|
||||
<number>28</number>
|
||||
</property>
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Expanding" vsizetype="Fixed"/>
|
||||
@@ -45,6 +45,18 @@
|
||||
<item>
|
||||
<widget class="QFrame" name="separator"/>
|
||||
</item>
|
||||
<item>
|
||||
<spacer name="horizontal-spacer">
|
||||
<property name="sizeHint">
|
||||
<size>
|
||||
<width>1</width>
|
||||
</size>
|
||||
</property>
|
||||
<property name="sizeType">
|
||||
<enum>QSizePolicy::Fixed</enum>
|
||||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="SvgToolButton" name="highlight-stack-memory-btn">
|
||||
<property name="svgFilePath">
|
||||
@@ -74,7 +86,7 @@
|
||||
<item>
|
||||
<widget class="QFrame" name="separator"/>
|
||||
</item>
|
||||
<item alignment="Qt::AlignTop">
|
||||
<item>
|
||||
<spacer name="horizontal-spacer">
|
||||
<property name="orientation">
|
||||
<enum>Qt::Horizontal</enum>
|
||||
|
||||
Reference in New Issue
Block a user