windows/databasewindow: make databesewindow wider
This commit is contained in:
parent
14ca3416d2
commit
d5f5e3505a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user