Skip to content

Commit

Permalink
Revert "CHG: Improving readability by adding the margin"
Browse files Browse the repository at this point in the history
This reverts commit bd1b3e5.
  • Loading branch information
Ranran-the-JuicyPork committed Feb 10, 2024
1 parent bc26e0a commit 9459ec5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions gui/line_waiting_status.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@
#include "../simworld.h"


gui_halt_waiting_catg_t::gui_halt_waiting_catg_t(halthandle_t h, uint8 catg, bool yesno)
gui_halt_waiting_catg_t::gui_halt_waiting_catg_t(halthandle_t h, uint8 catg)
{
halt = h;
catg_index = catg;
devide_by_class = yesno;
set_table_layout(1,0);
update();
}
Expand All @@ -33,7 +32,6 @@ void gui_halt_waiting_catg_t::update()
new_component<gui_label_t>("-", COL_INACTIVE);
}
else if (!update_seed) {
new_component<gui_margin_t>(GOODS_COLOR_BOX_HEIGHT);
new_component<gui_label_t>("0", SYSCOL_TEXT_WEAK);
}
else {
Expand Down

0 comments on commit 9459ec5

Please sign in to comment.