Minor Issue in plasma.glade file
- rodw
-
Topic Author
- Offline
- Platinum Member
-
Less
More
- Posts: 11229
- Thank you received: 3753
05 Apr 2017 11:46 #90925
by rodw
Minor Issue in plasma.glade file was created 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
The entry in the glade file for each of these needs this property added
eg.
and
The #7d7d7d7d7d7d matches the background for the other smaller GUI LED's
It took me a while to work out why nothing was changing....
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.
- newbynobi
-
- Offline
- Moderator
-
Less
More
- Posts: 2081
- Thank you received: 413
21 Apr 2017 07:17 #91752
by newbynobi
Replied by newbynobi on topic Minor Issue in plasma.glade file
Hallo rodw,
Thanks for the solution, I pushed to 2.7 and master.
Norbert
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: newbynobi, HansU
Time to create page: 0.206 seconds