aboutsummaryrefslogtreecommitdiff
path: root/main/data/manage_accounts
diff options
context:
space:
mode:
authorfiaxh <git@mx.ax.lt>2017-04-08 11:53:10 +0200
committerfiaxh <git@mx.ax.lt>2017-04-10 15:47:17 +0200
commitd8881c4b16a1cd376dd69304c44444aee581da32 (patch)
tree2c290ce70c941c30211f7fc091d4907c60ee776d /main/data/manage_accounts
parentd6e742eb611f28fc2fcfbb67d4246f862df5c1c9 (diff)
downloaddino-d8881c4b16a1cd376dd69304c44444aee581da32.tar.gz
dino-d8881c4b16a1cd376dd69304c44444aee581da32.zip
Show account status (incl errors) in ManageAccounts.Dialog
Diffstat (limited to 'main/data/manage_accounts')
-rw-r--r--main/data/manage_accounts/account_row.ui5
-rw-r--r--main/data/manage_accounts/dialog.ui15
2 files changed, 20 insertions, 0 deletions
diff --git a/main/data/manage_accounts/account_row.ui b/main/data/manage_accounts/account_row.ui
index 154c7ae4..3887c51b 100644
--- a/main/data/manage_accounts/account_row.ui
+++ b/main/data/manage_accounts/account_row.ui
@@ -23,6 +23,11 @@
<property name="visible">True</property>
</object>
</child>
+ <child>
+ <object class="GtkImage" id="icon">
+ <property name="icon-name">dialog-warning-symbolic</property>
+ </object>
+ </child>
</object>
</child>
</template>
diff --git a/main/data/manage_accounts/dialog.ui b/main/data/manage_accounts/dialog.ui
index e431bfff..886382e7 100644
--- a/main/data/manage_accounts/dialog.ui
+++ b/main/data/manage_accounts/dialog.ui
@@ -131,6 +131,21 @@
</packing>
</child>
<child>
+ <object class="GtkLabel" id="state_label">
+ <property name="xalign">0</property>
+ <property name="visible">True</property>
+ <style>
+ <class name="dim-label"/>
+ </style>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="top_attach">1</property>
+ <property name="width">1</property>
+ <property name="height">1</property>
+ </packing>
+ </child>
+ <child>
<object class="GtkSwitch" id="active_switch">
<property name="visible">True</property>
<property name="halign">end</property>