diff options
Diffstat (limited to 'src/Platform.h')
-rw-r--r-- | src/Platform.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Platform.h b/src/Platform.h index 77464945e..119b4ef3f 100644 --- a/src/Platform.h +++ b/src/Platform.h @@ -317,6 +317,7 @@ struct ListOptions { std::optional<ColourRGBA> foreSelected; std::optional<ColourRGBA> backSelected; AutoCompleteOption options=AutoCompleteOption::Normal; + float imageScale=1.0f; }; class ListBox : public Window { |