mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
InputDialog: insert TitleBar (#8695)
into InputDialog, MultiInputDialog, OpenWithDialog, LoginDialog widgets.
This commit is contained in:
@@ -402,6 +402,8 @@ function InputText:initTextBox(text, char_added)
|
||||
self._password_toggle = FrameContainer:new{
|
||||
bordersize = 0,
|
||||
padding = self.padding,
|
||||
padding_top = 0,
|
||||
padding_bottom = 0,
|
||||
margin = self.margin,
|
||||
self._check_button,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user