Skip to content

Commit

Permalink
feat: new subscreen features relating to counters, gauge pieces, and …
Browse files Browse the repository at this point in the history
…the 'View' menu
  • Loading branch information
EmilyV99 committed Aug 20, 2023
1 parent 20f3436 commit 7d54ca5
Show file tree
Hide file tree
Showing 10 changed files with 1,083 additions and 840 deletions.
388 changes: 214 additions & 174 deletions src/dialog/subscr_props.cpp

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/dialog/subscr_props.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class SubscrPropDialog: public GUI::Dialog<SubscrPropDialog>
std::shared_ptr<GUI::SelTileSwatch> tswatches[2];
std::shared_ptr<GUI::DropDownList> ddl;
std::shared_ptr<GUI::TextField> fonttf;
std::shared_ptr<GUI::Label> labels[2];
std::shared_ptr<GUI::Label> labels[5];
std::shared_ptr<GUI::TextField> tfs[3];
std::shared_ptr<GUI::Checkbox> cbs[4];

Expand All @@ -63,7 +63,7 @@ class SubscrPropDialog: public GUI::Dialog<SubscrPropDialog>
zasm_meta local_gen_meta;

GUI::ListData list_font, list_shadtype, list_aligns, list_buttons, list_items,
list_counters, list_itemclass, list_genscr;
list_counters, list_counters2, list_itemclass, list_genscr;

void updateSelectable();
void updateColors();
Expand Down
Loading

0 comments on commit 7d54ca5

Please sign in to comment.