clapper-gtk: status: Apply ".osd" style class

Otherwise text is invisible on light themed apps,
since it renders as black letters on a black background
This commit is contained in:
Rafał Dzięgiel
2024-06-29 15:05:06 +02:00
parent 636e61ead1
commit 99708e1267
2 changed files with 6 additions and 4 deletions

View File

@@ -6,6 +6,9 @@
<property name="adaptive-width">560</property>
<property name="adaptive-height">400</property>
<signal name="adapt" handler="adapt_cb"/>
<style>
<class name="osd"/>
</style>
<child>
<object class="GtkBox" id="status_box">
<property name="orientation">vertical</property>