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:
@@ -19,6 +19,7 @@ local LoginDialog = InputDialog:extend{
|
||||
username_hint = "username",
|
||||
password = "",
|
||||
password_hint = "password",
|
||||
bottom_v_padding = Size.padding.default,
|
||||
}
|
||||
|
||||
function LoginDialog:init()
|
||||
@@ -52,7 +53,6 @@ function LoginDialog:init()
|
||||
background = Blitbuffer.COLOR_WHITE,
|
||||
VerticalGroup:new{
|
||||
align = "left",
|
||||
self.title_widget,
|
||||
self.title_bar,
|
||||
-- username input
|
||||
CenterContainer:new{
|
||||
|
||||
Reference in New Issue
Block a user