lmi
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi] [PATCH] Don't hard code explicit wxDatePickerCtrl size


From: Vadim Zeitlin
Subject: [lmi] [PATCH] Don't hard code explicit wxDatePickerCtrl size
Date: Sat, 24 Jan 2015 23:27:42 +0100

 Hello again,

 I've somehow forgotten to submit this relatively big but very simple patch
which removes the hardcoded sizes of wxDatePickerCtrl from the XRC files.
The immediate reason for this is that this size is too small on my system/
for my date-time format ("%d.%b.%y") and so the control is very
user-unfriendly as it doesn't show the year, which is truncated, by
default. More globally, using hardcoded sizes in pixels is not only bad
(because of the problems such as this which are all but inevitable when
using the program on more than one platform and difficult to avoid even on
a single one), but also unnecessary, so there is really no valid reason to
keep them.

 Please let me know if I'm missing anything,
VZ

Attachment: 0001-Remove-explicit-sizes-from-wxDatePickerCtrl-in-the-r.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]