initial structure

This commit is contained in:
Andrew
2025-10-28 19:17:37 +03:00
commit 5cac29f4bd
14 changed files with 192 additions and 0 deletions

23
styles/mainwindow.css Normal file
View File

@@ -0,0 +1,23 @@
#title_label {
margin-top: 20px;
font-size: 18pt;
}
#subtitle_label {
color: #999999;
margin-left: 3em;
margin-right: 3em;
}
#install_button {
margin-top: 30px;
margin-bottom: 30px;
padding-top: 20px;
padding-bottom: 20px;
margin-left: 3em;
margin-right: 3em;
}
#footer_label {
margin-bottom: 10px;
}