[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-anastasis-gtk] branch master updated: fix policy rendering
From: |
gnunet |
Subject: |
[taler-anastasis-gtk] branch master updated: fix policy rendering |
Date: |
Mon, 28 Jun 2021 22:48:17 +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 41c8ff6 fix policy rendering
41c8ff6 is described below
commit 41c8ff6fb86c669649b5d466c0e115d279c48ac8
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Jun 28 22:48:14 2021 +0200
fix policy rendering
---
contrib/anastasis_gtk_main_window.glade | 32 +++++++++++++++++++++++---------
1 file changed, 23 insertions(+), 9 deletions(-)
diff --git a/contrib/anastasis_gtk_main_window.glade
b/contrib/anastasis_gtk_main_window.glade
index 7a2e6b6..c561b86 100644
--- a/contrib/anastasis_gtk_main_window.glade
+++ b/contrib/anastasis_gtk_main_window.glade
@@ -1239,6 +1239,8 @@ Author: Christian Grothoff, Dennis Neufeld
</child>
<child>
<object
class="GtkTreeViewColumn" id="policy_name_column0">
+ <property
name="resizable">True</property>
+ <property
name="spacing">5</property>
<property
name="sizing">autosize</property>
<property name="title"
translatable="yes">Policy</property>
<child>
@@ -1251,6 +1253,8 @@ Author: Christian Grothoff, Dennis Neufeld
</child>
<child>
<object
class="GtkTreeViewColumn" id="challenge_type_column">
+ <property
name="resizable">True</property>
+ <property
name="spacing">5</property>
<property
name="sizing">autosize</property>
<property name="title"
translatable="yes">Type</property>
<child>
@@ -1263,11 +1267,12 @@ Author: Christian Grothoff, Dennis Neufeld
</child>
<child>
<object
class="GtkTreeViewColumn" id="cost_column">
+ <property
name="resizable">True</property>
+ <property
name="spacing">5</property>
+ <property
name="sizing">autosize</property>
<property name="title"
translatable="yes">Cost</property>
<child>
- <object
class="GtkCellRendererText" id="cost_text_column">
- <property
name="ellipsize">end</property>
- </object>
+ <object
class="GtkCellRendererText" id="cost_text_column"/>
<attributes>
<attribute
name="text">2</attribute>
</attributes>
@@ -1276,11 +1281,12 @@ Author: Christian Grothoff, Dennis Neufeld
</child>
<child>
<object
class="GtkTreeViewColumn" id="provider_column">
+ <property
name="resizable">True</property>
+ <property
name="spacing">5</property>
+ <property
name="sizing">autosize</property>
<property name="title"
translatable="yes">Provider</property>
<child>
- <object
class="GtkCellRendererText" id="provider_url_column">
- <property
name="ellipsize">end</property>
- </object>
+ <object
class="GtkCellRendererText" id="provider_url_column"/>
<attributes>
<attribute
name="text">3</attribute>
</attributes>
@@ -1289,6 +1295,9 @@ Author: Christian Grothoff, Dennis Neufeld
</child>
<child>
<object
class="GtkTreeViewColumn">
+ <property
name="resizable">True</property>
+ <property
name="spacing">5</property>
+ <property
name="sizing">autosize</property>
<property name="title"
translatable="yes">Expiration</property>
<child>
<object
class="GtkCellRendererText" id="expiration_time_str"/>
@@ -1613,6 +1622,8 @@ Author: Christian Grothoff, Dennis Neufeld
</child>
<child>
<object
class="GtkTreeViewColumn" id="policy_name_column1">
+ <property
name="resizable">True</property>
+ <property
name="spacing">5</property>
<property
name="sizing">autosize</property>
<property
name="title" translatable="yes">Policy</property>
<child>
@@ -1625,6 +1636,7 @@ Author: Christian Grothoff, Dennis Neufeld
</child>
<child>
<object
class="GtkTreeViewColumn" id="challenge_type_column2">
+ <property
name="spacing">5</property>
<property
name="sizing">autosize</property>
<property
name="title" translatable="yes">Type</property>
<child>
@@ -1637,6 +1649,7 @@ Author: Christian Grothoff, Dennis Neufeld
</child>
<child>
<object
class="GtkTreeViewColumn" id="policy_cost1">
+ <property
name="spacing">5</property>
<property
name="sizing">autosize</property>
<property
name="title" translatable="yes">Cost</property>
<child>
@@ -1649,11 +1662,12 @@ Author: Christian Grothoff, Dennis Neufeld
</child>
<child>
<object
class="GtkTreeViewColumn" id="provider_column1">
+ <property
name="resizable">True</property>
+ <property
name="spacing">5</property>
+ <property
name="sizing">autosize</property>
<property
name="title" translatable="yes">Provider</property>
<child>
- <object
class="GtkCellRendererText" id="provider_url_column1">
- <property
name="ellipsize">end</property>
- </object>
+ <object
class="GtkCellRendererText" id="provider_url_column1"/>
<attributes>
<attribute
name="text">3</attribute>
</attributes>
--
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 policy rendering,
gnunet <=