account-editor: don't show close button for edit/servers pane

This makes it consistent with the other panes.
This commit is contained in:
Julian Sparber 2020-10-20 12:20:45 +02:00
parent a30afb9e86
commit 17afbca172
2 changed files with 2 additions and 2 deletions

View file

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

View file

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