From 140a921a133ee63337e8dfe1c7261b7eb86399e9 Mon Sep 17 00:00:00 2001 From: orbitalquark <70453897+orbitalquark@users.noreply.github.com> Date: Mon, 12 May 2025 11:38:13 +1000 Subject: Add SCI_AUTOC{G,S}ETIMAGESCALE and implement for Qt and GTK. --- src/Platform.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Platform.h') 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 foreSelected; std::optional backSelected; AutoCompleteOption options=AutoCompleteOption::Normal; + float imageScale=1.0f; }; class ListBox : public Window { -- cgit v1.2.3