1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 13:07:46 +00:00

ClockSettings: Display a map to show the current time zone's location

This commit is contained in:
Timothy Flynn 2022-02-02 14:38:43 -05:00 committed by Andreas Kling
parent 35cacb850a
commit 4d2ea773db
5 changed files with 97 additions and 1 deletions

View file

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