toolbar disabled button size correction - for buggins/dlangide#248

This commit is contained in:
Vadim Lopatin 2017-09-11 14:25:27 +03:00
parent 12b19ed1ff
commit 2f6e5c8554
4 changed files with 3 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 B

View File

@ -260,7 +260,7 @@
<style id="TOOLBAR_BUTTON"
backgroundImageId="toolbar_button_background_dark"
>
<state state_enabled="false" alpha="160" backgroundImageId="@null"/>
<state state_enabled="false" alpha="160" backgroundImageId="toolbar_button_null"/>
</style>
<style id="TOOLBAR_CONTROL"
backgroundImageId="toolbar_control_background_dark"

View File

@ -416,7 +416,7 @@
margins="1,1,1,1"
padding="2,2,2,2"
>
<state state_enabled="false" alpha="160" backgroundImageId="@null"/>
<state state_enabled="false" alpha="160" backgroundImageId="toolbar_button_null"/>
</style>
<style id="TOOLBAR_CONTROL"
backgroundImageId="toolbar_control_background"

View File

@ -253,6 +253,7 @@ res/mdpi/toolbar_background.9.png
res/mdpi/toolbar_background_dark.9.png
res/mdpi/toolbar_button_hover.9.png
res/mdpi/toolbar_button_hover_dark.9.png
res/mdpi/toolbar_button_null.9.png
res/mdpi/toolbar_button_pressed.9.png
res/mdpi/toolbar_button_pressed_dark.9.png
res/mdpi/toolbar_control_disabled.9.png