Resolves #514 Media player volume buttons placement
This commit is contained in:
		| @@ -356,13 +356,13 @@ class _MediaPlayerControlsState extends State<MediaPlayerControls> { | ||||
|         volumeStepWidget = Row( | ||||
|           mainAxisSize: MainAxisSize.min, | ||||
|           children: <Widget>[ | ||||
|             IconButton( | ||||
|                 icon: Icon(MaterialDesignIcons.getIconDataFromIconName("mdi:plus")), | ||||
|                 onPressed: () => _setVolumeUp(entity.entityId) | ||||
|             ), | ||||
|             IconButton( | ||||
|                 icon: Icon(MaterialDesignIcons.getIconDataFromIconName("mdi:minus")), | ||||
|                 onPressed: () => _setVolumeDown(entity.entityId) | ||||
|             ), | ||||
|             IconButton( | ||||
|                 icon: Icon(MaterialDesignIcons.getIconDataFromIconName("mdi:plus")), | ||||
|                 onPressed: () => _setVolumeUp(entity.entityId) | ||||
|             ) | ||||
|           ], | ||||
|         ); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user