atomize-modules #7

Merged
sashakoshka merged 5 commits from atomize-modules into main 2023-02-02 15:51:23 -07:00
3 changed files with 86 additions and 62 deletions
Showing only changes of commit da6fe2c845 - Show all commits

View File

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