diff options
author | fiaxh <git@mx.ax.lt> | 2017-04-08 11:53:10 +0200 |
---|---|---|
committer | fiaxh <git@mx.ax.lt> | 2017-04-10 15:47:17 +0200 |
commit | d8881c4b16a1cd376dd69304c44444aee581da32 (patch) | |
tree | 2c290ce70c941c30211f7fc091d4907c60ee776d /main/data/manage_accounts/dialog.ui | |
parent | d6e742eb611f28fc2fcfbb67d4246f862df5c1c9 (diff) | |
download | dino-d8881c4b16a1cd376dd69304c44444aee581da32.tar.gz dino-d8881c4b16a1cd376dd69304c44444aee581da32.zip |
Show account status (incl errors) in ManageAccounts.Dialog
Diffstat (limited to 'main/data/manage_accounts/dialog.ui')
-rw-r--r-- | main/data/manage_accounts/dialog.ui | 15 |
1 files changed, 15 insertions, 0 deletions
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> |