accounts-editor: make window usable on phones
This commit is contained in:
parent
84c94463cd
commit
7c9d1258c6
2 changed files with 2 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
<template class="AccountsEditor" parent="GtkDialog">
|
||||
<property name="can_focus">False</property>
|
||||
<property name="modal">True</property>
|
||||
<property name="default_width">700</property>
|
||||
<property name="default_width">360</property>
|
||||
<property name="default_height">450</property>
|
||||
<property name="type_hint">dialog</property>
|
||||
<child type="titlebar">
|
||||
|
|
|
|||
|
|
@ -59,6 +59,7 @@
|
|||
<property name="can_focus">False</property>
|
||||
<property name="halign">start</property>
|
||||
<property name="valign">start</property>
|
||||
<property name="wrap">True</property>
|
||||
<property name="label" translatable="yes">To get started, select an email provider below.</property>
|
||||
<property name="xalign">0</property>
|
||||
<property name="wrap">True</property>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue