changeset 84c3fbaf41ca in /home/hg/repos/gajim-plugins
author: lovetox <[email protected]>
branches:
details:gajim-plugins?cmd=changeset;node=84c3fbaf41ca
description: Rename button and window in fingerprint dialog
diffstat:
omemo/config_dialog.ui | 9 +++++----
omemo/fpr_dialog.ui | 9 ++++-----
2 files changed, 9 insertions(+), 9 deletions(-)
diffs (73 lines):
diff -r d47d8c0e09f5 -r 84c3fbaf41ca omemo/config_dialog.ui
--- a/omemo/config_dialog.ui Thu Aug 04 22:15:36 2016 +0200
+++ b/omemo/config_dialog.ui Fri Aug 05 16:01:22 2016 +0200
@@ -147,6 +147,7 @@
<property name="vscrollbar_policy">automatic</property>
<child>
<object class="GtkTreeView" id="fingerprint_view">
+ <property name="height_request">300</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="model">fingerprint_store</property>
@@ -205,8 +206,8 @@
<property name="spacing">5</property>
<child>
<object class="GtkButton" id="trust_button">
- <property name="label" translatable="yes"
comments="button">Verify Fingerprint</property>
- <property name="width_request">150</property>
+ <property name="label" translatable="yes"
comments="button">Trust/Revoke Fingerprint</property>
+ <property name="width_request">200</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -306,7 +307,7 @@
<child>
<object class="GtkButton" id="cleardevice_button">
<property name="label" translatable="yes">Clear
Devices</property>
- <property name="width_request">150</property>
+ <property name="width_request">160</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -321,7 +322,7 @@
<child>
<object class="GtkButton" id="refresh">
<property name="label">gtk-refresh</property>
- <property name="width_request">150</property>
+ <property name="width_request">160</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
diff -r d47d8c0e09f5 -r 84c3fbaf41ca omemo/fpr_dialog.ui
--- a/omemo/fpr_dialog.ui Thu Aug 04 22:15:36 2016 +0200
+++ b/omemo/fpr_dialog.ui Fri Aug 05 16:01:22 2016 +0200
@@ -32,8 +32,7 @@
<property name="spacing">10</property>
<child>
<object class="GtkScrolledWindow" id="scrolledwindow1">
- <property name="width_request">500</property>
- <property name="height_request">250</property>
+ <property name="height_request">200</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hscrollbar_policy">automatic</property>
@@ -99,7 +98,7 @@
<child>
<object class="GtkButton" id="trust_button">
<property name="label" translatable="yes"
comments="button">Trust/Revoke Fingerprint</property>
- <property name="width_request">150</property>
+ <property name="width_request">200</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
@@ -246,8 +245,8 @@
<property name="spacing">5</property>
<child>
<object class="GtkButton" id="trust_button1">
- <property name="label" translatable="yes"
comments="button">Verify Fingerprint</property>
- <property name="width_request">150</property>
+ <property name="label" translatable="yes"
comments="button">Trust/Revoke Fingerprint</property>
+ <property name="width_request">200</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits