Skip to content

Commit

Permalink
fix transparent fonts in configure meeting window
Browse files Browse the repository at this point in the history
Apply a black color rule to GtkCheckButton to make the fonts visible

# fixes digitalautonomy#40
  • Loading branch information
chamalis committed Sep 10, 2024
1 parent 01e6dcd commit 0f032eb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gui/definitions/ConfigureMeetingWindow.xml
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,9 @@
<property name="yalign">0</property>
<property name="draw_indicator">True</property>
<signal name="toggled" handler="on_chkAutoJoin_toggled" swapped="no"/>
<style>
<class name="GtkCheckButton"/>
</style>
</object>
<packing>
<property name="expand">False</property>
Expand All @@ -336,6 +339,9 @@
<property name="tooltip_text" translatable="yes">As a super user you will be able to do things that others do not, such as silencing another user or expelling him/her from the meeting, etc.</property>
<property name="draw_indicator">True</property>
<signal name="toggled" handler="on_chkAutoJoinSuperUser_toggled" swapped="no"/>
<style>
<class name="GtkCheckButton"/>
</style>
</object>
<packing>
<property name="expand">False</property>
Expand Down
3 changes: 3 additions & 0 deletions sass/ui/configure-meeting-window.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.GtkCheckButton {
color: black;
}

0 comments on commit 0f032eb

Please sign in to comment.