space around operators, etc.
This commit is contained in:
parent
02cf6ac99a
commit
21da97be6a
@ -2955,8 +2955,7 @@ T_Dropdown_choice * Dropdown_activate(T_Dropdown_button *button, short off_x, sh
|
|||||||
{
|
{
|
||||||
color_1 = MC_White;
|
color_1 = MC_White;
|
||||||
color_2 = MC_Dark;
|
color_2 = MC_Dark;
|
||||||
Window_rectangle(x, y,
|
Window_rectangle(x, y, item_width - 5, 8, MC_Dark);
|
||||||
item_width-5,8,MC_Dark);
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user