Ensured that Insight menu bars are always of a fixed width
This commit is contained in:
@@ -194,6 +194,7 @@ QScrollBar::sub-line:vertical {
|
|||||||
/* Left-side panel */
|
/* Left-side panel */
|
||||||
#left-side-menu-bar {
|
#left-side-menu-bar {
|
||||||
max-width: 22px;
|
max-width: 22px;
|
||||||
|
min-width: 22px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
height: auto;
|
height: auto;
|
||||||
border-right: 1px solid #2F2F2D;
|
border-right: 1px solid #2F2F2D;
|
||||||
@@ -294,6 +295,7 @@ QScrollBar::sub-line:vertical {
|
|||||||
#bottom-menu-bar {
|
#bottom-menu-bar {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
max-height: 22px;
|
max-height: 22px;
|
||||||
|
min-height: 22px;
|
||||||
border-top: 1px solid #2F2F2D;
|
border-top: 1px solid #2F2F2D;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -121,6 +121,9 @@
|
|||||||
</property>
|
</property>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QWidget" name="left-side-menu-bar">
|
<widget class="QWidget" name="left-side-menu-bar">
|
||||||
|
<property name="sizePolicy">
|
||||||
|
<sizepolicy hsizetype="Fixed" vsizetype="MinimumExpanding"/>
|
||||||
|
</property>
|
||||||
<property name="layoutDirection">
|
<property name="layoutDirection">
|
||||||
<enum>Qt::LeftToRight</enum>
|
<enum>Qt::LeftToRight</enum>
|
||||||
</property>
|
</property>
|
||||||
@@ -206,7 +209,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="TargetPackageWidgetContainer" name="io-container">
|
<widget class="TargetPackageWidgetContainer" name="io-container">
|
||||||
<property name="sizePolicy">
|
<property name="sizePolicy">
|
||||||
<sizepolicy hsizetype="Ignored" vsizetype="Ignored"/>
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding"/>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QHBoxLayout">
|
<layout class="QHBoxLayout">
|
||||||
<item alignment="Qt::AlignHCenter">
|
<item alignment="Qt::AlignHCenter">
|
||||||
@@ -254,6 +257,9 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QWidget" name="bottom-menu-bar">
|
<widget class="QWidget" name="bottom-menu-bar">
|
||||||
|
<property name="sizePolicy">
|
||||||
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"/>
|
||||||
|
</property>
|
||||||
<layout class="QHBoxLayout">
|
<layout class="QHBoxLayout">
|
||||||
<property name="spacing">
|
<property name="spacing">
|
||||||
<number>1</number>
|
<number>1</number>
|
||||||
|
|||||||
Reference in New Issue
Block a user