mirror of
https://github.com/Steve-Tech/YAFI.git
synced 2026-04-19 16:50:36 +00:00
Add FP LED v1 support
This commit is contained in:
6
yafi/ui/leds.cmb
Normal file
6
yafi/ui/leds.cmb
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version='1.0' encoding='UTF-8' standalone='no'?>
|
||||
<!DOCTYPE cambalache-project SYSTEM "cambalache-project.dtd">
|
||||
<!-- Created with Cambalache 0.96.1 -->
|
||||
<cambalache-project version="0.96.0" target_tk="gtk-4.0">
|
||||
<ui template-class="LedsPage" filename="leds.ui" sha256="a52e82a54a64ff7e5ca5a83af2ee096c1be44c379cc286c65fbee8eaf2400324"/>
|
||||
</cambalache-project>
|
||||
@@ -26,11 +26,10 @@
|
||||
<child>
|
||||
<object class="GtkScale" id="led_pwr_scale">
|
||||
<property name="adjustment">
|
||||
<object class="GtkAdjustment">
|
||||
<object class="GtkAdjustment" id="led_pwr_scale_adj">
|
||||
<property name="page-increment">1.0</property>
|
||||
<property name="step-increment">1.0</property>
|
||||
<property name="upper">2.0</property>
|
||||
<property name="value">2.0</property>
|
||||
<property name="upper">100.0</property>
|
||||
</object>
|
||||
</property>
|
||||
<property name="hexpand">True</property>
|
||||
|
||||
Reference in New Issue
Block a user