Skip to content

Commit

Permalink
some small UI updates and ready to build
Browse files Browse the repository at this point in the history
  • Loading branch information
lixun910 committed Aug 25, 2019
1 parent 5e83f3a commit bdc29d9
Show file tree
Hide file tree
Showing 6 changed files with 1,948 additions and 1,668 deletions.
2 changes: 1 addition & 1 deletion DialogTools/AbstractClusterDlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ void AbstractClusterDlg::AddTransformation(wxPanel *panel, wxFlexGridSizer* gbox
const wxString _transform[4] = {"Raw", "Demean", "Standardize (Z)",
"Standardize (MAD)"};
combo_tranform = new wxChoice(panel, wxID_ANY, wxDefaultPosition,
wxSize(100,-1), 4, _transform);
wxSize(140,-1), 4, _transform);
combo_tranform->SetSelection(2);
gbox->Add(st14, 0, wxALIGN_CENTER_VERTICAL | wxRIGHT | wxLEFT, 10);
gbox->Add(combo_tranform, 1, wxEXPAND);
Expand Down
2 changes: 1 addition & 1 deletion DialogTools/CatClassifDlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2509,7 +2509,7 @@ wxString CatClassifPanel::GetDefaultTitle(const wxString& field_name,
{
int max_tries = 500;
int cur_try = 1;
wxString ret_title_base = _("Custom Breaks");
wxString ret_title_base = "Custom Breaks";
bool case_sensitive = false;
if (table_int->DoesNameExist(field_name, case_sensitive)) {
ret_title_base << " (" << field_name;
Expand Down
1 change: 1 addition & 0 deletions Explore/MapNewView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -850,6 +850,7 @@ bool MapCanvas::DrawBasemap(bool flag, Gda::BasemapItem& _basemap_item)
return false;
} else {
basemap->SetupMapType(basemap_item);
ResizeSelectableShps();
}
} else {
if ( basemap ) {
Expand Down
Binary file modified internationalization/lang/zh_CN/GeoDa.mo
Binary file not shown.
Loading

0 comments on commit bdc29d9

Please sign in to comment.