[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-anastasis-gtk] branch master updated: -fix visibility
From: |
gnunet |
Subject: |
[taler-anastasis-gtk] branch master updated: -fix visibility |
Date: |
Fri, 23 Jul 2021 13:03:30 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository anastasis-gtk.
The following commit(s) were added to refs/heads/master by this push:
new 29bba5b -fix visibility
29bba5b is described below
commit 29bba5bf1df6323403608e7935ac4bd423b74d70
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Jul 23 13:03:28 2021 +0200
-fix visibility
---
contrib/anastasis_gtk_main_window.glade | 5 +++--
debian/changelog | 6 ++++++
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/contrib/anastasis_gtk_main_window.glade
b/contrib/anastasis_gtk_main_window.glade
index 010a12c..177be51 100644
--- a/contrib/anastasis_gtk_main_window.glade
+++ b/contrib/anastasis_gtk_main_window.glade
@@ -3224,6 +3224,7 @@ date for the recovery policy.</property>
</child>
<child>
<object
class="GtkTreeViewColumn">
+ <property
name="visible">False</property>
<property name="title"
translatable="yes">Expiration time</property>
<child>
<object
class="GtkCellRendererText" id="expiration"/>
@@ -3238,7 +3239,7 @@ date for the recovery policy.</property>
</child>
</object>
<packing>
- <property
name="expand">True</property>
+ <property
name="expand">False</property>
<property
name="fill">True</property>
<property
name="padding">5</property>
<property
name="position">2</property>
@@ -3281,7 +3282,7 @@ date for the recovery policy.</property>
</child>
</object>
<packing>
- <property
name="expand">False</property>
+ <property
name="expand">True</property>
<property
name="fill">True</property>
<property
name="padding">20</property>
<property
name="position">3</property>
diff --git a/debian/changelog b/debian/changelog
index d53887b..ca25714 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+anastasis-gtk (0.0.0-7) unstable; urgency=low
+
+ * Fix visibility/layout issue.
+
+ -- Christian Grothoff <grothoff@gnu.org> Wed, 21 Jul 2021 14:02:10 +0100
+
anastasis-gtk (0.0.0-6) unstable; urgency=low
* Update to latest upstream code with minor design improvements.
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-anastasis-gtk] branch master updated: -fix visibility,
gnunet <=