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-08-26 18:21:35 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-08-26 18:21:35 +0300
commit30a622a210864de75120e7985889c74ba150aa46 (patch)
tree3e1c87ca05be1535ca3ca9c689f4e79d3a7c801b /data/ui/remmina_news.glade
parentf130c31c579824e19264913d81395919c5056ee6 (diff)
Setting Minimum height of the remmina news scrolled window to 380px
Diffstat (limited to 'data/ui/remmina_news.glade')
-rw-r--r--data/ui/remmina_news.glade6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/ui/remmina_news.glade b/data/ui/remmina_news.glade
index d113c4d3e..2af4cdb7f 100644
--- a/data/ui/remmina_news.glade
+++ b/data/ui/remmina_news.glade
@@ -4,9 +4,10 @@
<requires lib="gtk+" version="3.20"/>
<object class="GtkDialog" id="RemminaNewsDialog">
<property name="can_focus">False</property>
+ <property name="hexpand">True</property>
+ <property name="vexpand">True</property>
<property name="default_width">640</property>
<property name="default_height">480</property>
- <property name="destroy_with_parent">True</property>
<property name="type_hint">dialog</property>
<property name="urgency_hint">True</property>
<child>
@@ -51,6 +52,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="shadow_type">in</property>
+ <property name="min_content_height">380</property>
<property name="propagate_natural_height">True</property>
<child>
<object class="GtkViewport">
@@ -60,8 +62,6 @@
<object class="GtkLabel" id="rmnews_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="hexpand">True</property>
- <property name="vexpand">True</property>
<property name="use_markup">True</property>
<property name="wrap">True</property>
<property name="wrap_mode">word-char</property>