Prevent monitor id conflicts if no EDID

This commit is contained in:
Charles Gagnon
2025-02-07 13:40:39 -05:00
parent 9b39d5cc96
commit eb8dcd70fa
6 changed files with 56 additions and 19 deletions

View File

@@ -11,8 +11,8 @@
<object class="GtkAdjustment" id="panel_length_adjustment">
<property name="upper">100</property>
<property name="step_increment">1</property>
<property name="page_increment">10</property>
<property name="step_increment">0.01</property>
<property name="page_increment">0.1</property>
</object>
<object class="AdwPreferencesPage" id="position">