[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: |
Thu, 9 Jun 2016 23:17:40 +0000 (UTC) |
branch: master
commit 92e7cfc165225815cddacabe0c412af44807d1c6
Author: Gregory W. Chicares <address@hidden>
Date: Thu Jun 9 23:16:25 2016 +0000
Make input-sequence-editor control look like wxFilePickerCtrl
The only difference was a margin between the text control and the
ellipsis button. Detailed discussion:
http://lists.nongnu.org/archive/html/lmi/2016-06/msg00041.html
---
input_sequence_entry.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/input_sequence_entry.cpp b/input_sequence_entry.cpp
index 1e3f347..fab6f2c 100644
--- a/input_sequence_entry.cpp
+++ b/input_sequence_entry.cpp
@@ -1406,7 +1406,7 @@ bool InputSequenceEntry::Create
button_ = new(wx) InputSequenceButton(this, wxID_ANY);
sizer->Add(text_, wxSizerFlags(1).Expand());
- sizer->Add(button_, wxSizerFlags().Expand().Border(wxLEFT, 1));
+ sizer->Add(button_, wxSizerFlags().Expand().Border(wxLEFT));
SetSizer(sizer);