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