diff options
author | Zach Hilman <zachhilman@gmail.com> | 2018-11-17 14:44:16 -0500 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2018-11-18 10:53:47 -0500 |
commit | 56cf5b7b17cd87f4a23bd45ae661762ce1fda5d1 (patch) | |
tree | b5a91d110ae92844596e1bf70206984db330f204 /src/yuzu/applets/software_keyboard.h | |
parent | 02e6602baaf36d7c148739eae922fa91ba4818fd (diff) |
software_keyboard: Add max and current length display to dialog
Diffstat (limited to 'src/yuzu/applets/software_keyboard.h')
-rw-r--r-- | src/yuzu/applets/software_keyboard.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/applets/software_keyboard.h b/src/yuzu/applets/software_keyboard.h index 8d56f5db2e..73f56714f9 100644 --- a/src/yuzu/applets/software_keyboard.h +++ b/src/yuzu/applets/software_keyboard.h @@ -47,6 +47,7 @@ private: QLabel* header_label; QLabel* sub_label; QLabel* guide_label; + QLabel* length_label; QLineEdit* line_edit; QVBoxLayout* layout; |