/** Gets this small before being scrollable */
min-width:80;
max-width:125;
- min-height:19;
+ min-height:15;
max-height:38;
height:auto;
/** --------------------------------------- */
#top_block { /** HorizontalGroup */
- min-height:11;
+ min-height:7;
height:11fr;
RecordControls { /** Scrollable Container OVERRIDDEN */
min-width:24;
max-width:42;
width:48fr;
- min-height:8;
+ min-height:7;
max-height:13;
scrollbar-gutter:stable;
.record_controls--content { /** Grid */
min-width:56;
max-width:85;
width:85fr;
- min-height:11;
+ min-height:7;
.obs_settings_pane--content { /** probably belongs as default_css for obssettings */
grid-size:2 1;
grid-columns:16 1fr;
a watch_record_path function to update the Input value, and an on_record_path_changed
function, which emits a RecordPathChanged message containing a value when the user
submits the input."""
- row_height = 2
+ row_height = 1
loop_list = list(zip(settings_list, settings_type_list, defaults_list))
DEFAULT_CSS = f"Grid {{grid-size:2;grid-rows:{row_height};min-height:{len(loop_list)*row_height}}}"