account-editor: don't show close button for edit/servers pane
This makes it consistent with the other panes.
This commit is contained in:
parent
a30afb9e86
commit
17afbca172
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue