Style GroupChatControl Banner with CSS
This commit is contained in:
parent
fc6b50d953
commit
9bcad9a233
|
@ -20,6 +20,7 @@
|
|||
<property name="spacing">5</property>
|
||||
<child>
|
||||
<object class="GtkEventBox" id="banner_eventbox">
|
||||
<property name="name">GroupChatControl-BannerEventBox</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<child>
|
||||
|
@ -48,6 +49,7 @@
|
|||
<property name="orientation">vertical</property>
|
||||
<child>
|
||||
<object class="GtkLabel" id="banner_name_label">
|
||||
<property name="name">GroupChatControl-BannerNameLabel</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label"><span weight="heavy" size="large">room jid</span></property>
|
||||
|
@ -62,6 +64,7 @@
|
|||
</child>
|
||||
<child>
|
||||
<object class="GtkLabel" id="banner_label">
|
||||
<property name="name">GroupChatControl-BannerLabel</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label">label</property>
|
||||
|
|
|
@ -1113,6 +1113,9 @@ def convert_config_to_css():
|
|||
'ChatControl-BannerEventBox': ('bannerbgcolor', 'background'),
|
||||
'ChatControl-BannerNameLabel': ('bannertextcolor', 'color'),
|
||||
'ChatControl-BannerLabel': ('bannertextcolor', 'color'),
|
||||
'GroupChatControl-BannerEventBox': ('bannerbgcolor', 'background'),
|
||||
'GroupChatControl-BannerNameLabel': ('bannertextcolor', 'color'),
|
||||
'GroupChatControl-BannerLabel': ('bannertextcolor', 'color'),
|
||||
'Discovery-BannerEventBox': ('bannerbgcolor', 'background'),
|
||||
'Discovery-BannerLabel': ('bannertextcolor', 'color')}
|
||||
|
||||
|
|
Loading…
Reference in New Issue