diff options
author | Adam Tkac <atkac@redhat.com> | 2010-03-19 14:34:12 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2010-03-19 14:34:12 +0000 |
commit | ca5fe7378c4d1f1298c8fd76a29ca34d3af56ae8 (patch) | |
tree | 61cf7b482cd12cd82bd217f59b0ee1819c5f34dc /unix | |
parent | 3e1bf1fdaeb0f741c8ed2053db56b04b56986441 (diff) | |
download | tigervnc-ca5fe7378c4d1f1298c8fd76a29ca34d3af56ae8.tar.gz tigervnc-ca5fe7378c4d1f1298c8fd76a29ca34d3af56ae8.zip |
[Development] Extend options dialog width from 400 to 450 to show French translation correctly.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4008 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix')
-rw-r--r-- | unix/vncviewer/OptionsDialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/vncviewer/OptionsDialog.h b/unix/vncviewer/OptionsDialog.h index 44b662c5..9ee6d25a 100644 --- a/unix/vncviewer/OptionsDialog.h +++ b/unix/vncviewer/OptionsDialog.h @@ -39,7 +39,7 @@ class OptionsDialog : public TXDialog, public TXButtonCallback, public TXCheckboxCallback, public TXEntryCallback { public: OptionsDialog(Display* dpy, OptionsDialogCallback* cb_) - : TXDialog(dpy, 400, 450, _("VNC Viewer: Connection Options")), cb(cb_), + : TXDialog(dpy, 450, 450, _("VNC Viewer: Connection Options")), cb(cb_), formatAndEnc(dpy, _("Encoding and Color Level:"), this), inputs(dpy, _("Inputs:"), this), misc(dpy, _("Misc:"), this), |