Set better proportions between the send and receive views of the ChatWindow. Made the window split more thin.
This commit is contained in:
parent
a56a343cd0
commit
53c5c02d66
|
@ -83,9 +83,9 @@ ChatWindow::ChatWindow(ContactLinker* cl)
|
|||
.Add(fPersonalMessage)
|
||||
.Add(fAvatar)
|
||||
.End()
|
||||
.AddSplit(B_VERTICAL)
|
||||
.Add(scrollViewReceive, 2)
|
||||
.Add(scrollViewSend, 3)
|
||||
.AddSplit(B_VERTICAL, 2.0f)
|
||||
.Add(scrollViewReceive, 3)
|
||||
.Add(scrollViewSend, 2)
|
||||
.End()
|
||||
.Add(fStatus, 4)
|
||||
.SetInsets(5, 5, 5, 5);
|
||||
|
|
Ŝarĝante…
Reference in New Issue