Added placeholder label in memory region manager window.
This commit is contained in:
@@ -88,6 +88,10 @@
|
||||
}
|
||||
|
||||
/* Region form */
|
||||
#stacked-form-placeholder-label {
|
||||
color: #8a8a8d;
|
||||
}
|
||||
|
||||
#form-container #name-label {
|
||||
min-width: 60px;
|
||||
max-width: 60px;
|
||||
|
||||
@@ -163,7 +163,21 @@
|
||||
</spacer>
|
||||
</item>
|
||||
<item alignment="Qt::AlignLeft">
|
||||
<layout class="QStackedLayout" name="stacked-form-layout"/>
|
||||
<layout class="QStackedLayout" name="stacked-form-layout">
|
||||
<item>
|
||||
<widget class="QLabel" name="stacked-form-placeholder-label">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding"/>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<enum>Qt::AlignCenter</enum>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Add a new memory region to get started.</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user