(svn r14052) -Codechange: make the size of the chat message "box" configurable and increase the default size slightly so it can hold the longest chat messages.

This commit is contained in:
rubidium
2008-08-12 12:23:05 +00:00
parent b76620939d
commit 6199dc987b
4 changed files with 32 additions and 13 deletions

View File

@@ -82,6 +82,10 @@ struct GUISettings {
bool show_track_reservation; ///< highlight reserved tracks.
uint8 default_signal_type; ///< the signal type to build by default.
uint8 cycle_signal_types; ///< what signal types to cycle with the build signal tool.
#ifdef ENABLE_NETWORK
uint16 network_chat_box_width; ///< width of the chat box in pixels
uint8 network_chat_box_height; ///< height of the chat box in lines
#endif
};
/** Settings related to currency/unit systems. */