From 66765a137e6fe61a0d0b898f80e098b0dd56314b Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 12 Aug 2025 21:41:47 -0600 Subject: [PATCH] add a new style/widget name for "big" text --- gtk2_ardour/clearlooks.rc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/clearlooks.rc.in b/gtk2_ardour/clearlooks.rc.in index c6e92fe055..e1f52e8cb5 100644 --- a/gtk2_ardour/clearlooks.rc.in +++ b/gtk2_ardour/clearlooks.rc.in @@ -1307,6 +1307,6 @@ widget "*Pane.Divider" style:highest "pane" widget "*VCALabelBar*" style:highest "vca_label_bar" widget "*TextOnBackground" style:highest "text_on_bg" widget "*LargeTextEntry" style:highest "large_text" -widget "*LargeTextEntry*" style:highest "large_text" +widget "*BigTextEntry*" style:highest "big_text" widget "*ShadedEntry" style:highest "shaded_entry"