mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-06 20:15:19 +03:00
message input theme tweaking
This commit is contained in:
@@ -33,3 +33,8 @@
|
||||
.status-indicator.idle {
|
||||
color: #FAA61A;
|
||||
}
|
||||
|
||||
/* make room for attachment icon */
|
||||
.message-input.with-browse-icon {
|
||||
padding-left: 30px;
|
||||
}
|
||||
|
||||
@@ -20,7 +20,7 @@ ChatInputText::ChatInputText() {
|
||||
m_textview.signal_key_press_event().connect(cb, false);
|
||||
m_textview.set_hexpand(false);
|
||||
m_textview.set_halign(Gtk::ALIGN_FILL);
|
||||
m_textview.set_valign(Gtk::ALIGN_CENTER);
|
||||
m_textview.set_valign(Gtk::ALIGN_FILL);
|
||||
m_textview.set_wrap_mode(Gtk::WRAP_WORD_CHAR);
|
||||
m_textview.show();
|
||||
add(m_textview);
|
||||
|
||||
Reference in New Issue
Block a user