More work on Network stage.

This commit is contained in:
2026-04-24 00:38:44 +02:00
parent a83dbc27f2
commit 632c6f7f98
6 changed files with 90 additions and 56 deletions
+4 -2
View File
@@ -26,7 +26,7 @@ use iced::{Alignment, widget};
use rust_i18n::t;
use std::collections::HashMap;
use crate::stage;
use crate::{stage, theme};
use crate::stage::StageResult;
#[derive(Debug, Clone)]
@@ -81,7 +81,9 @@ impl LicenseStage {
widget::column![
widget::container(widget::column![
widget::text(t!("license.accept_text")),
widget::text(t!("license.license"))
widget::container(widget::text(t!("license.license")))
.padding(10)
.style(theme::text_with_border)
].align_x(Alignment::Center).padding(20).spacing(5))
.height(iced::Length::Fill)
.width(iced::Length::Fill)