Browse Source

login: set expectations for dev version

merge-requests/1327/merge
Alexandre Franke 5 years ago committed by Julian Sparber
parent
commit
270b3e54fc
  1. 6
      data/resources/style.css
  2. 19
      data/resources/ui/login.ui

6
data/resources/style.css

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

19
data/resources/ui/login.ui

@ -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>

Loading…
Cancel
Save