client: Remove mostly unused StatusBar widget
- Message are now shown in toasts - It's only used to hold a Spinner, moved in HeaderBar
This commit is contained in:
parent
d9b2174817
commit
a5e4764de5
6 changed files with 11 additions and 151 deletions
|
|
@ -5,6 +5,15 @@
|
|||
<template class="ComponentsApplicationHeaderBar" parent="HdyHeaderBar">
|
||||
<property name="visible">True</property>
|
||||
<property name="title" translatable="yes">Mail</property>
|
||||
<child>
|
||||
<object class="MonitoredSpinner" id="spinner">
|
||||
<property name="visible">True</property>
|
||||
<property name="margin-start">5</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="position">0</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkMenuButton" id="app_menu_button">
|
||||
<property name="visible">True</property>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue