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