com.alee.skin.dark.resources.menubar.xml Maven / Gradle / Ivy
<skin xmlns="http://weblookandfeel.com/XmlSkin"> <!-- com.alee.laf.menu.WebMenuBar --> <!-- Menu bar --> <style type="menubar" padding="0,8,0,8"> <component> <foreground>245,245,245</foreground> <layout class="MenuBarLayout$UIResource" /> </component> <painter> <decorations> <decoration> <WebShape sides="0,0,1,0" /> <LineBorder color="20,20,20" /> <GradientBackground from="0,0.5" to="0,1"> <color>106,110,112</color> <color>89,93,95</color> </GradientBackground> </decoration> </decorations> </painter> </style> <!-- Undecorated menu bar --> <style type="menubar" id="undecorated"> <painter> <decorations> <decoration visible="false" /> </decorations> </painter> </style> </skin>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy