InputDialog: insert TitleBar (#8695)

into InputDialog, MultiInputDialog, OpenWithDialog, LoginDialog widgets.
This commit is contained in:
hius07
2022-01-20 12:36:35 +02:00
committed by GitHub
parent 295ef6b9f7
commit 7783d9c8e3
5 changed files with 19 additions and 75 deletions

View File

@@ -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{