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