login: set expectations for dev version

This commit is contained in:
Alexandre Franke 2021-06-18 18:22:36 +02:00 committed by Julian Sparber
parent 5a9a75d300
commit 270b3e54fc
2 changed files with 25 additions and 0 deletions

View file

@ -23,6 +23,12 @@
min-width: 250px;
}
#devnotice {
background-color: @warning_color;
padding: 6px;
border-radius: 10px;
}
/* Session */
.session-loading-spinner {
min-width: 32px;

View file

@ -60,6 +60,25 @@
<property name="visible">False</property>
</object>
</child>
<child>
<object class="GtkBox">
<property name="name">devnotice</property>
<child>
<object class="GtkImage" id="development_icon">
<property name="icon-name">dialog-warning-symbolic</property>
</object>
</child>
<child>
<object class="GtkLabel" id="development_notice">
<property name="label" translatable="yes">You are running an early stage development version. Be aware it is a work in progress and far from complete yet.</property>
<property name="wrap">True</property>
<style>
<class name="warning"/>
</style>
</object>
</child>
</object>
</child>
<child>
<object class="GtkListBox">
<child>