mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:07:45 +00:00
ClockSettings: Display a map to show the current time zone's location
This commit is contained in:
parent
35cacb850a
commit
4d2ea773db
5 changed files with 97 additions and 1 deletions
|
@ -8,7 +8,6 @@
|
|||
|
||||
@GUI::GroupBox {
|
||||
title: "Time Zone Settings"
|
||||
fixed_height: 120
|
||||
|
||||
layout: @GUI::VerticalBoxLayout {
|
||||
margins: [16, 8, 8]
|
||||
|
@ -36,5 +35,10 @@
|
|||
name: "time_zone_input"
|
||||
}
|
||||
}
|
||||
|
||||
@GUI::ImageWidget {
|
||||
name: "time_zone_map"
|
||||
auto_resize: true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue