[geary: 8/9] account-editor: don't show close button for edit/servers pane




commit 17afbca1727cc7780358239c7cafc8de1742bb0c
Author: Julian Sparber <julian sparber net>
Date:   Tue Oct 20 12:20:45 2020 +0200

    account-editor: don't show close button for edit/servers pane
    
    This makes it consistent with the other panes.

 ui/accounts_editor_edit_pane.ui    | 2 +-
 ui/accounts_editor_servers_pane.ui | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ui/accounts_editor_edit_pane.ui b/ui/accounts_editor_edit_pane.ui
index 33b4a9e8c..ce9bcb9a5 100644
--- a/ui/accounts_editor_edit_pane.ui
+++ b/ui/accounts_editor_edit_pane.ui
@@ -8,7 +8,7 @@
     <property name="title" translatable="yes">Edit Account</property>
     <property name="subtitle" translatable="yes">Account Name</property>
     <property name="has_subtitle">False</property>
-    <property name="show_close_button">True</property>
+    <property name="show_close_button">False</property>
     <child>
       <object class="GtkGrid">
         <property name="visible">True</property>
diff --git a/ui/accounts_editor_servers_pane.ui b/ui/accounts_editor_servers_pane.ui
index a01eba5b8..77ba674ee 100644
--- a/ui/accounts_editor_servers_pane.ui
+++ b/ui/accounts_editor_servers_pane.ui
@@ -7,7 +7,7 @@
     <property name="can_focus">False</property>
     <property name="title" translatable="yes">Server Settings</property>
     <property name="subtitle" translatable="yes">Account Name</property>
-    <property name="show_close_button">True</property>
+    <property name="show_close_button">False</property>
     <child>
       <object class="GtkGrid">
         <property name="visible">True</property>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]