Skip to content

Commit

Permalink
#36 Deleting unused menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
josdem committed Dec 28, 2024
1 parent 0e390ce commit bbc8752
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 14 deletions.
Binary file not shown.
Binary file not shown.
Binary file removed src/main/resources/images/textfield/textfield.png
Binary file not shown.
16 changes: 2 additions & 14 deletions src/main/resources/style/Hipecotech.xml
Original file line number Diff line number Diff line change
Expand Up @@ -247,11 +247,6 @@
</style>
<bind style="scrollBarStyle" type="REGION" key="ScrollBar" />

<style id="infoAlertIcon">
<imageIcon id="alertIcon" path="/images/dialog/InfoTriangleIcon.png" />
<defaultsProperty key="Info.alertIcon" type="idref" value="alertIcon" />
</style>

<style id="menuBarStyle">
<insets top="0" left="16" bottom="0" right="0" />
<state>
Expand All @@ -261,15 +256,6 @@
</style>
<bind style="menuBarStyle" type="REGION" key="menuBar" />

<style id="loginMenuBarStyle">
<insets top="0" left="16" bottom="0" right="0" />
<state>
<imagePainter method="menuBarBackground"
path="/images/menu/loginMenuBarBackground.png" sourceInsets="1 13 0 13" />
</state>
</style>
<bind style="loginMenuBarStyle" type="NAME" key="loginMenuBar" />

<style id="menuParentStyle">
<state value="SELECTED">
<font name="Dialog" size="10" style="PLAIN" />
Expand All @@ -286,6 +272,8 @@
</style>
<bind style="menuParentStyle" type="NAME" key="parentMenu" />

<!-- HERE -->

<style id="menuItemStyle">
<state value="MOUSE_OVER">
<font name="Dialog" size="10" style="PLAIN" />
Expand Down

0 comments on commit bbc8752

Please sign in to comment.