[X2go-Commits] pinentry-x2go.git - master (branch) updated: 0.7.5.0-3-gfe85564

X2go dev team git-admin at x2go.org
Thu Sep 22 08:52:31 CEST 2011


The branch, master has been updated
       via  fe8556495321fd2dc2d3569b6573a693100ec6f3 (commit)
      from  7ba95215cb0bdbecd52529be767e01339f5c202e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit fe8556495321fd2dc2d3569b6573a693100ec6f3
Author: Oleksandr Shneyder <oleksandr.shneyder at treuchtlingen.de>
Date:   Thu Sep 22 08:51:18 2011 +0200

    Set font size in pinentry dialog to 16

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog                 |    6 ++++++
 pinentry-x2go/pinentrydialog.cpp |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 4c2a6e7..dce36a0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pinentry-x2go (0.7.5.0-1~x2go1) UNRELEASED; urgency=low
+
+  * Set font size in pinentry dialog to 16
+
+ -- Oleksandr Shneyder <oleksandr.shneyder at obviously-nice.de>  Thu, 22 Sep 2011 08:50:01 +0200
+
 pinentry-x2go (0.7.5.0-0~x2go1) unstable; urgency=low
 
   * Changed version numbering scheme.
diff --git a/pinentry-x2go/pinentrydialog.cpp b/pinentry-x2go/pinentrydialog.cpp
index d4c838b..3465cb7 100644
--- a/pinentry-x2go/pinentrydialog.cpp
+++ b/pinentry-x2go/pinentrydialog.cpp
@@ -50,7 +50,7 @@ PinEntryDialog::PinEntryDialog( QWidget* parent, const char* , bool  )
     _bs= new QPushButton(QString(8592), this );
 
     QFont f=_bs->font();
-    f.setPointSize(20);
+    f.setPointSize(16);
     _bs->setFont(f);
     _icon->hide();
     _error->hide();


hooks/post-receive
-- 
pinentry-x2go.git (PinEntry Dialog (Qt) for X2goClient)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "pinentry-x2go.git" (PinEntry Dialog (Qt) for X2goClient).




More information about the x2go-commits mailing list