diff options
author | rubidium <rubidium@openttd.org> | 2007-11-19 19:54:23 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-11-19 19:54:23 +0000 |
commit | 2bfe2a01d52f479176fb74cdd6cfd64fb0ceb5be (patch) | |
tree | 72896e35cafe7196066875d9fd992534f278c5d4 | |
parent | a36fd1db6e38fa13a022315fe1ac552234098744 (diff) | |
download | openttd-2bfe2a01d52f479176fb74cdd6cfd64fb0ceb5be.tar.xz |
(svn r11478) -Fix: two small layout issues with the vehicle grouping GUI.
-rw-r--r-- | src/group_gui.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/group_gui.cpp b/src/group_gui.cpp index 807039133..335e7ced0 100644 --- a/src/group_gui.cpp +++ b/src/group_gui.cpp @@ -143,9 +143,9 @@ static const Widget _group_widgets[] = { { WWT_STICKYBOX, RESIZE_LR, 14, 448, 459, 0, 13, 0x0, STR_STICKY_BUTTON}, { WWT_PANEL, RESIZE_NONE, 14, 0, 200, 14, 25, 0x0, STR_NULL}, { WWT_PANEL, RESIZE_NONE, 14, 0, 200, 26, 38, 0x0, STR_NULL}, -{ WWT_PANEL, RESIZE_NONE, 14, 0, 200, 39, 52, 0x0, STR_NULL}, +{ WWT_PANEL, RESIZE_NONE, 14, 0, 200, 39, 51, 0x0, STR_NULL}, { WWT_MATRIX, RESIZE_BOTTOM, 14, 0, 188, 52, 168, 0x701, STR_GROUPS_CLICK_ON_GROUP_FOR_TIP}, -{ WWT_SCROLLBAR, RESIZE_BOTTOM, 14, 189, 200, 26, 168, 0x0, STR_0190_SCROLL_BAR_SCROLLS_LIST}, +{ WWT_SCROLLBAR, RESIZE_BOTTOM, 14, 189, 200, 52, 168, 0x0, STR_0190_SCROLL_BAR_SCROLLS_LIST}, { WWT_PUSHTXTBTN, RESIZE_NONE, 14, 201, 281, 14, 25, STR_SORT_BY, STR_SORT_ORDER_TIP}, { WWT_PANEL, RESIZE_NONE, 14, 282, 435, 14, 25, 0x0, STR_SORT_CRITERIA_TIP}, { WWT_TEXTBTN, RESIZE_NONE, 14, 436, 447, 14, 25, STR_0225, STR_SORT_CRITERIA_TIP}, |