mirror of
https://github.com/Rafostar/clapper.git
synced 2025-09-04 02:11:58 +02:00
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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user