state-row: Left-align state messages
This makes the indentation of the chat history much more stable and easier to follow, which in turn makes it much more pleasant to read.
This commit is contained in:
parent
d7e89d516f
commit
9da44db5ce
1 changed files with 1 additions and 0 deletions
|
@ -208,6 +208,7 @@ fn text(label: String) -> gtk::Label {
|
|||
child.set_css_classes(&["event-content", "dim-label"]);
|
||||
child.set_wrap(true);
|
||||
child.set_wrap_mode(gtk::pango::WrapMode::WordChar);
|
||||
child.set_xalign(0.0);
|
||||
child
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue