Prevent message text widening window GTK
authorH.G.Muller <hgm@hgm-xboard.(none)>
Tue, 5 Apr 2016 18:19:21 +0000 (20:19 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Sun, 17 Apr 2016 08:24:57 +0000 (10:24 +0200)
commit6c09cbad6fd5630f883937303fc5e10a5ef8e3dc
tree62c845ed6b28a53329850e47fce8bb7f070f093d
parent945cd7a8c01737a506fcb7c304dfdc71d6fab144
Prevent message text widening window GTK

Removing the size request from the label widget of the message field
made the width of this field grow with the text displayed in it, and
with it the entire board window. This could be prevented by setting
an ellipsize mode for it.
gtk/xoptions.c