Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2019-10-09 18:41:27 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-10-09 18:41:27 +0300
commitb20c4338aeaa86123200cb48549f3bc2216f8976 (patch)
treeb18ea638b0d22a3a6f22c694719f96e10e7e5338 /data/ui/remmina_news.glade
parent4f4fff299901b7b1588045864f6228d1ac4714ad (diff)
Fixing missing GtkLabel
Diffstat (limited to 'data/ui/remmina_news.glade')
-rw-r--r--data/ui/remmina_news.glade12
1 files changed, 10 insertions, 2 deletions
diff --git a/data/ui/remmina_news.glade b/data/ui/remmina_news.glade
index 088b56f00..7c5c4d0b4 100644
--- a/data/ui/remmina_news.glade
+++ b/data/ui/remmina_news.glade
@@ -59,7 +59,15 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<child>
- <placeholder/>
+ <object class="GtkLabel" id="rmnews_label">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="use_markup">True</property>
+ <property name="wrap">True</property>
+ <property name="wrap_mode">word-char</property>
+ <property name="selectable">True</property>
+ </object>
+ <placeholder/>
</child>
</object>
</child>
@@ -93,7 +101,7 @@
<property name="row_spacing">6</property>
<property name="column_spacing">6</property>
<child>
- <object class="GtkLabel" id="rmnews_stats_label">
+ <object class="GtkLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>