client: conversation-viewer: Give more room to composer in embedded mode
This commit is contained in:
parent
0ba4f20a06
commit
7c0ad633a6
1 changed files with 5 additions and 0 deletions
|
|
@ -195,6 +195,11 @@ public class ConversationViewer : Gtk.Stack, Geary.BaseInterface {
|
|||
}
|
||||
|
||||
if (kinetic) this.conversation_scroller.kinetic_scrolling = true;
|
||||
|
||||
// Set a minimal composer height
|
||||
composer.set_size_request(
|
||||
-1, this.conversation_scroller.get_allocated_height() / 3 * 2
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue