windows/databasewindow: make databesewindow wider

This commit is contained in:
zvon 2020-04-13 22:41:46 +02:00
parent 14ca3416d2
commit d5f5e3505a

View File

@ -33,7 +33,7 @@ private:
HWND parent;
HINSTANCE hInst;
int cur_row;
const int window_width{ 350 };
const int window_width{ 550 };
const int window_height{ 370 };
std::vector< int > changed_rows;
const std::vector< std::pair< std::wstring, std::wstring > > &langs;