Minor Issue in plasma.glade file

More
05 Apr 2017 11:46 #90925 by rodw
Norbert,

This is not a major issue but maybe you can fix it in your next push to master.

The glade file for these pins display red for both the on and off states
# plasma.led-pos-limit             (bool)
# plasma.led-neg-limit             (bool)

The entry in the glade file for each of these needs this property added
<property name="pick_color_off">#7d7d7d7d7d7d</property>

eg.
<object class="HAL_LED" id="led-pos-limit">
                            <property name="visible">True</property>
                            <property name="pick_color_on">#ffff00000000</property>
                            <property name="pick_color_off">#7d7d7d7d7d7d</property>
                            <property name="led_size">7</property>
                          </object>

and
<object class="HAL_LED" id="led-neg-limit">
                            <property name="visible">True</property>
                            <property name="pick_color_on">#ffff00000000</property>
                            <property name="pick_color_off">#7d7d7d7d7d7d</property>
                            <property name="led_size">7</property>
                          </object>

The #7d7d7d7d7d7d matches the background for the other smaller GUI LED's

It took me a while to work out why nothing was changing.... :)

Please Log in or Create an account to join the conversation.

More
21 Apr 2017 07:17 #91752 by newbynobi
Hallo rodw,

Thanks for the solution, I pushed to 2.7 and master.

Norbert
The following user(s) said Thank You: rodw

Please Log in or Create an account to join the conversation.

Moderators: newbynobiHansU
Time to create page: 0.145 seconds
Powered by Kunena Forum