mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-12 17:55:55 +00:00
Disabling unused minimap buttons.
This was SVN commit r6412.
This commit is contained in:
@@ -535,7 +535,7 @@
|
||||
sprite_disabled="snIconArcLeftDisabled"
|
||||
tooltip_style="snToolTip"
|
||||
ghost="false"
|
||||
enabled="true"
|
||||
enabled="false"
|
||||
/>
|
||||
|
||||
<style name="snMiniMapArcUp"
|
||||
@@ -544,7 +544,7 @@
|
||||
sprite_disabled="snIconArcUpDisabled"
|
||||
tooltip_style="snToolTip"
|
||||
ghost="false"
|
||||
enabled="true"
|
||||
enabled="false"
|
||||
/>
|
||||
|
||||
<style name="snMiniMapButton"
|
||||
@@ -557,7 +557,7 @@
|
||||
sprite_over="snIconSheetMiniMapButtonOver"
|
||||
sprite_disabled="snIconSheetMiniMapButtonDisabled"
|
||||
ghost="false"
|
||||
enabled="true"
|
||||
enabled="false"
|
||||
/>
|
||||
|
||||
<style name="snGreenBar"
|
||||
|
||||
Reference in New Issue
Block a user