|
|
|
@ -1,8 +1,8 @@
|
|
|
|
package layouts
|
|
|
|
package basicLayouts
|
|
|
|
|
|
|
|
|
|
|
|
import "image"
|
|
|
|
import "image"
|
|
|
|
import "git.tebibyte.media/sashakoshka/tomo"
|
|
|
|
import "git.tebibyte.media/sashakoshka/tomo/layouts"
|
|
|
|
import "git.tebibyte.media/sashakoshka/tomo/theme"
|
|
|
|
import "git.tebibyte.media/sashakoshka/tomo/elements"
|
|
|
|
|
|
|
|
|
|
|
|
// Dialog arranges elements in the form of a dialog box. The first element is
|
|
|
|
// Dialog arranges elements in the form of a dialog box. The first element is
|
|
|
|
// positioned above as the main focus of the dialog, and is set to expand
|
|
|
|
// positioned above as the main focus of the dialog, and is set to expand
|
|
|