client: More tweaks for lower desktop resolutions
This commit is contained in:
parent
f5f82f8c43
commit
83bd8e0353
4 changed files with 7 additions and 7 deletions
|
|
@ -106,8 +106,8 @@ public class ConversationList.View : Gtk.ScrolledWindow, Geary.BaseInterface {
|
|||
}
|
||||
|
||||
public override void get_preferred_width(out int minimum_size, out int natural_size) {
|
||||
minimum_size = 150;
|
||||
natural_size = 200;
|
||||
minimum_size = 360;
|
||||
natural_size = 500;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -152,8 +152,8 @@ public class ConversationViewer : Gtk.Stack, Geary.BaseInterface {
|
|||
}
|
||||
|
||||
public override void get_preferred_width(out int minimum_size, out int natural_size) {
|
||||
minimum_size = 300;
|
||||
natural_size = 500;
|
||||
minimum_size = 360;
|
||||
natural_size = 400;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -49,8 +49,8 @@ public class FolderList.Tree : Sidebar.Tree, Geary.BaseInterface {
|
|||
}
|
||||
|
||||
public override void get_preferred_width(out int minimum_size, out int natural_size) {
|
||||
minimum_size = 300;
|
||||
natural_size = 400;
|
||||
minimum_size = 360;
|
||||
natural_size = 500;
|
||||
}
|
||||
|
||||
public void set_has_new(Geary.Folder folder, bool has_new) {
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
<child>
|
||||
<object class="HdyLeaflet" id="inner_leaflet">
|
||||
<property name="visible">True</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="hexpand-set">True</property>
|
||||
<property name="can_swipe_back">True</property>
|
||||
<property name="transition_type">over</property>
|
||||
<signal name="notify::folded" handler="on_inner_leaflet_changed" swapped="no"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue