Browse Source

message-toolbar: Don't make stack vertically homogeneous

Otherwise it forces the composer to be bigger than needed on narrow
screens because of the text on other stack pages.
fractal-13
Kévin Commaille 5 months ago
parent
commit
35f23526cb
No known key found for this signature in database
GPG Key ID: F26F4BE20A08255B
  1. 1
      src/session_view/room_history/message_toolbar/mod.blp

1
src/session_view/room_history/message_toolbar/mod.blp

@ -21,6 +21,7 @@ menu message-menu-model {
template $MessageToolbar: Adw.Bin {
Gtk.Stack main_stack {
transition-type: crossfade;
vhomogeneous: false;
Gtk.StackPage {
name: "composer";

Loading…
Cancel
Save