[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi-commits] (no subject)
From: |
Greg Chicares |
Subject: |
[lmi-commits] (no subject) |
Date: |
Tue, 7 Jun 2016 19:23:59 +0000 (UTC) |
branch: master
commit 4cafccfb2f1e511bd03ed0af00ac78f43672f452
Author: Gregory W. Chicares <address@hidden>
Date: Tue Jun 7 19:23:20 2016 +0000
Widen file- and directory-picker controls
Contents of reasonable length had been truncated. The new width was
determined by experimentation in an actual end-user environment.
---
preferences_view.xrc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/preferences_view.xrc b/preferences_view.xrc
index 2582f48..2a4078d 100644
--- a/preferences_view.xrc
+++ b/preferences_view.xrc
@@ -257,7 +257,7 @@
<message>Choose default file for new illustrations and
censuses</message>
<wildcard>Illustrations (*.ill)|*.ill|All
files|*.*</wildcard>
<help>Name of file with customized input values that
are used as defaults for new illustrations and censuses</help>
- <size>180,-1</size>
+ <size>350,-1</size>
</object>
</object>
<object class="sizeritem">
@@ -273,7 +273,7 @@
<style>wxDIRP_DIR_MUST_EXIST|wxDIRP_USE_TEXTCTRL|wxDIRP_SMALL</style>
<message>Choose directory where PDF files are
written</message>
<help>Location where PDF files are written</help>
- <size>180,-1</size>
+ <size>350,-1</size>
</object>
</object>
<object class="sizeritem">