2020-12-30 04:44:03 +03:00
|
|
|
@GUI::Widget {
|
|
|
|
fill_with_background_color: true
|
|
|
|
|
|
|
|
layout: @GUI::VerticalBoxLayout {
|
|
|
|
margins: [4, 4, 4, 4]
|
|
|
|
}
|
|
|
|
|
|
|
|
@DisplaySettings::MonitorWidget {
|
|
|
|
name: "monitor_widget"
|
|
|
|
fixed_width: 338
|
|
|
|
fixed_height: 248
|
|
|
|
}
|
|
|
|
|
|
|
|
@GUI::Widget {
|
2021-01-04 20:23:34 +03:00
|
|
|
shrink_to_fit: true
|
2020-12-30 04:44:03 +03:00
|
|
|
layout: @GUI::HorizontalBoxLayout {
|
|
|
|
}
|
|
|
|
|
|
|
|
@GUI::Label {
|
|
|
|
text: "Wallpaper:"
|
|
|
|
text_alignment: "CenterLeft"
|
|
|
|
fixed_width: 70
|
|
|
|
}
|
|
|
|
|
|
|
|
@GUI::ComboBox {
|
|
|
|
name: "wallpaper_combo"
|
|
|
|
}
|
|
|
|
|
|
|
|
@GUI::Button {
|
|
|
|
name: "wallpaper_open_button"
|
2021-01-04 17:28:51 +03:00
|
|
|
tooltip: "Select wallpaper from file system."
|
|
|
|
button_style: "CoolBar"
|
2020-12-30 04:44:03 +03:00
|
|
|
fixed_width: 22
|
|
|
|
fixed_height: 22
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@GUI::Widget {
|
2021-01-04 20:23:34 +03:00
|
|
|
shrink_to_fit: true
|
2020-12-30 04:44:03 +03:00
|
|
|
layout: @GUI::HorizontalBoxLayout {
|
|
|
|
}
|
|
|
|
|
|
|
|
@GUI::Label {
|
|
|
|
text: "Modes:"
|
|
|
|
text_alignment: "CenterLeft"
|
|
|
|
fixed_width: 70
|
|
|
|
}
|
|
|
|
|
|
|
|
@GUI::ComboBox {
|
|
|
|
name: "mode_combo"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@GUI::Widget {
|
2021-01-04 20:23:34 +03:00
|
|
|
shrink_to_fit: true
|
2020-12-30 04:44:03 +03:00
|
|
|
layout: @GUI::HorizontalBoxLayout {
|
|
|
|
}
|
|
|
|
|
|
|
|
@GUI::Label {
|
|
|
|
text: "Resolution:"
|
|
|
|
text_alignment: "CenterLeft"
|
|
|
|
fixed_width: 70
|
|
|
|
}
|
|
|
|
|
|
|
|
@GUI::ComboBox {
|
|
|
|
name: "resolution_combo"
|
2021-01-16 03:02:17 +03:00
|
|
|
fixed_width: 90
|
|
|
|
}
|
|
|
|
|
|
|
|
@GUI::Widget {
|
|
|
|
}
|
|
|
|
|
|
|
|
@GUI::Label {
|
|
|
|
text: "Display scale:"
|
|
|
|
text_alignment: "CenterLeft"
|
2021-02-22 16:13:00 +03:00
|
|
|
fixed_width: 95
|
2021-01-16 03:02:17 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
@GUI::RadioButton {
|
|
|
|
name: "scale_1x"
|
2021-02-22 16:13:00 +03:00
|
|
|
text: "1x"
|
2021-01-16 03:02:17 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
@GUI::RadioButton {
|
|
|
|
name: "scale_2x"
|
2021-02-22 16:13:00 +03:00
|
|
|
text: "2x"
|
2020-12-30 04:44:03 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@GUI::Widget {
|
2021-01-04 20:23:34 +03:00
|
|
|
shrink_to_fit: true
|
2020-12-30 04:44:03 +03:00
|
|
|
layout: @GUI::HorizontalBoxLayout {
|
|
|
|
}
|
|
|
|
|
|
|
|
@GUI::Label {
|
|
|
|
text: "Color:"
|
|
|
|
text_alignment: "CenterLeft"
|
|
|
|
fixed_width: 70
|
|
|
|
}
|
|
|
|
|
|
|
|
@GUI::ColorInput {
|
|
|
|
name: "color_input"
|
|
|
|
fixed_width: 90
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-12-30 05:18:45 +03:00
|
|
|
@GUI::Widget {
|
|
|
|
}
|
|
|
|
|
2020-12-30 04:44:03 +03:00
|
|
|
@GUI::Widget {
|
2021-01-04 20:23:34 +03:00
|
|
|
shrink_to_fit: true
|
2020-12-30 04:44:03 +03:00
|
|
|
layout: @GUI::HorizontalBoxLayout {
|
|
|
|
}
|
|
|
|
|
|
|
|
@GUI::Widget {
|
|
|
|
}
|
|
|
|
|
|
|
|
@GUI::Button {
|
|
|
|
name: "ok_button"
|
|
|
|
text: "OK"
|
2021-02-22 16:13:00 +03:00
|
|
|
fixed_width: 75
|
2020-12-30 04:44:03 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
@GUI::Button {
|
|
|
|
name: "cancel_button"
|
|
|
|
text: "Cancel"
|
2021-02-22 16:13:00 +03:00
|
|
|
fixed_width: 75
|
2020-12-30 04:44:03 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
@GUI::Button {
|
|
|
|
name: "apply_button"
|
|
|
|
text: "Apply"
|
2021-02-22 16:13:00 +03:00
|
|
|
fixed_width: 75
|
2020-12-30 04:44:03 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|