Add setting to increase size of main toolbar

This commit is contained in:
Jonathan G Rennison
2023-06-09 19:21:28 +01:00
parent 36e1c28173
commit ccdca8ae52
8 changed files with 81 additions and 1 deletions

View File

@@ -72,4 +72,12 @@ DropDownListItem *MakeCompanyDropDownListItem(CompanyID cid);
extern uint _toolbar_width;
struct MainToolbarScaleAdjuster {
ZoomLevel old_gui_zoom;
int old_gui_scale;
MainToolbarScaleAdjuster();
~MainToolbarScaleAdjuster();
};
#endif /* TOOLBAR_GUI_H */