Skip to content

Commit

Permalink
#36 Context menu missing some elements
Browse files Browse the repository at this point in the history
  • Loading branch information
josdem committed Dec 28, 2024
1 parent d20942f commit 946fb72
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions src/main/resources/style/Hipecotech.xml
Original file line number Diff line number Diff line change
Expand Up @@ -426,37 +426,6 @@
</style>
<bind style="menuItemStyle" type="REGION" key="menuItem" />

<style id="menuAcceleratorStyle">
<state value="MOUSE_OVER">
<font name="Dialog" size="10" style="BOLD" />
<color value="WHITE" type="TEXT_FOREGROUND" />
</state>
<state value="DISABLED">
<font name="Dialog" size="10" style="PLAIN" />
<color value="GRAY" type="TEXT_FOREGROUND" />
</state>
<state>
<insets top="5" left="0" bottom="5" right="8"></insets>
<font name="Dialog" size="10" style="PLAIN" />
<color value="BLACK" type="TEXT_FOREGROUND" />
</state>
</style>
<bind style="menuAcceleratorStyle" type="REGION" key="MenuItemAccelerator" />

<style id="progresSliderStyle">
<property key="Slider.thumbWidth" type="Integer" value="6" />
<property key="Slider.thumbHeight" type="Integer" value="6" />
<property key="Slider.trackBorder" type="Integer" value="0" />
<property key="Slider.paintValue" type="Boolean" value="false" />
<insets top="1" left="1" right="1" bottom="1" />
<state>
<object id="progresSliderPainter" class="org.jas.laf.painter.ProgresSliderPainter" />
<imagePainter method="sliderThumbBackground" idref="progresSliderPainter" />
<imagePainter method="sliderTrackBackground" idref="progresSliderPainter" />
</state>
</style>
<bind style="progresSliderStyle" type="name" key="progresSlider" />

<style id="dragIconNotAllowedStyle">
<!-- opaque value="FALSE" /> -->
<state>
Expand Down

0 comments on commit 946fb72

Please sign in to comment.