mirror of
https://github.com/xlmnxp/blue-recorder.git
synced 2024-11-23 17:13:11 +03:00
minor change
This commit is contained in:
parent
cbcb44de18
commit
3e37cc9a00
@ -35,6 +35,7 @@
|
||||
<property name="default-height">412</property>
|
||||
<property name="default-width">584</property>
|
||||
<property name="decorated">False</property>
|
||||
<property name="deletable">False</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="vexpand">True</property>
|
||||
<child type="titlebar">
|
||||
|
@ -1,6 +1,7 @@
|
||||
#area_chooser_window {
|
||||
background-color: alpha(@theme_selected_bg_color, 0.1);
|
||||
border: 3px dashed @theme_selected_bg_color;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
#area_set_button {
|
||||
|
@ -44,7 +44,7 @@ pub fn start_timer(record_time_label: Label) {
|
||||
glib::source::Continue(false)
|
||||
}
|
||||
};
|
||||
// Execute capture_label every 1sec
|
||||
// Execute capture_record_label every 1sec
|
||||
glib::source::timeout_add_seconds_local(1, capture_record_label);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user